mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-25 10:32:19 +03:00
Add comment characters to the HTML support script
This commit is contained in:
parent
2a6f36732d
commit
c8efd3dd53
@ -69,6 +69,8 @@ hook global WinSetOption filetype=html %{
|
||||
hook window InsertEnd .* -group html-hooks _html_filter_around_selections
|
||||
hook window InsertChar .* -group html-indent _html_indent_on_char
|
||||
hook window InsertChar \n -group html-indent _html_indent_on_new_line
|
||||
|
||||
set window comment_selection_chars '<!--:-->'
|
||||
}
|
||||
|
||||
hook global WinSetOption filetype=(?!html).* %{
|
||||
|
Loading…
Reference in New Issue
Block a user