Add dart to comment.kak
This commit is contained in:
parent
a6da34e192
commit
d2f48b1942
|
@ -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 '*/'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user