Merge branch 'patch-4' of https://github.com/blaggacao/kakoune
This commit is contained in:
commit
bd23dbda00
|
@ -16,7 +16,7 @@ hook global BufSetOption filetype=asciidoc %{
|
||||||
set-option buffer comment_block_end '////'
|
set-option buffer comment_block_end '////'
|
||||||
}
|
}
|
||||||
|
|
||||||
hook global BufSetOption filetype=(c|cpp|dart|gluon|go|java|javascript|objc|php|rust|sass|scala|scss|swift|typescript) %{
|
hook global BufSetOption filetype=(c|cpp|dart|gluon|go|java|javascript|objc|php|protobuf|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