mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-24 16:15:38 +03:00
Merge remote-tracking branch 'aver-d/dart_comment'
This commit is contained in:
commit
a8dce6abcd
@ -14,7 +14,7 @@ hook global BufSetOption filetype=asciidoc %{
|
||||
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_block_begin '/*'
|
||||
set-option buffer comment_block_end '*/'
|
||||
|
Loading…
Reference in New Issue
Block a user