Add dart to comment.kak

This commit is contained in:
aver-d 2018-08-17 23:23:59 +01:00
parent a6da34e192
commit d2f48b1942

View File

@ -14,7 +14,7 @@ hook global BufSetOption filetype=asciidoc %{
set-option buffer comment_block_end '///' set-option buffer comment_block_end '///'
} }
hook global BufSetOption filetype=(c|cpp|go|java|javascript|objc|php|rust|sass|scala|scss|swift|typescript) %{ hook global BufSetOption filetype=(c|cpp|dart|go|java|javascript|objc|php|rust|sass|scala|scss|swift|typescript) %{
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 '*/'