comment.kak: recognize xml files
This commit is contained in:
parent
d498a059c4
commit
3e50d39f8e
|
@ -57,7 +57,7 @@ hook global BufSetOption filetype=haml %{
|
||||||
set-option buffer comment_line '-#'
|
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_line ''
|
||||||
set-option buffer comment_block_begin '<!--'
|
set-option buffer comment_block_begin '<!--'
|
||||||
set-option buffer comment_block_end '-->'
|
set-option buffer comment_block_end '-->'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user