comment.kak: recognize xml files

This commit is contained in:
Maxime Coste 2018-02-28 15:07:25 +11:00
parent d498a059c4
commit 3e50d39f8e

View File

@ -57,7 +57,7 @@ hook global BufSetOption filetype=haml %{
set-option buffer comment_line '-#'
}
hook global BufSetOption filetype=html %{
hook global BufSetOption filetype=(html|xml) %{
set-option buffer comment_line ''
set-option buffer comment_block_begin '<!--'
set-option buffer comment_block_end '-->'