Merge remote-tracking branch 'lenormf/rc/html.kak'

This commit is contained in:
Maxime Coste 2015-12-02 19:25:59 +00:00
commit 8a98992f85

View File

@ -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).* %{