Merge remote-tracking branch 'lenormf/rc/html.kak'
This commit is contained in:
commit
8a98992f85
|
@ -69,6 +69,8 @@ hook global WinSetOption filetype=html %{
|
||||||
hook window InsertEnd .* -group html-hooks _html_filter_around_selections
|
hook window InsertEnd .* -group html-hooks _html_filter_around_selections
|
||||||
hook window InsertChar .* -group html-indent _html_indent_on_char
|
hook window InsertChar .* -group html-indent _html_indent_on_char
|
||||||
hook window InsertChar \n -group html-indent _html_indent_on_new_line
|
hook window InsertChar \n -group html-indent _html_indent_on_new_line
|
||||||
|
|
||||||
|
set window comment_selection_chars '<!--:-->'
|
||||||
}
|
}
|
||||||
|
|
||||||
hook global WinSetOption filetype=(?!html).* %{
|
hook global WinSetOption filetype=(?!html).* %{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user