Skip to content

Commit

Permalink
Merge remote-tracking branch 'yemouu/master' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
mawww committed Dec 25, 2024
2 parents adbc79b + 15d4f75 commit 5408490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rc/tools/comment.kak
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ hook global BufSetOption filetype=asciidoc %{
set-option buffer comment_block_end '////'
}

hook global BufSetOption filetype=(c|cpp|dart|gluon|go|java|javascript|objc|odin|php|pony|protobuf|rust|sass|scala|scss|swift|typescript|groovy) %{
hook global BufSetOption filetype=(c|cpp|dart|gluon|go|java|javascript|objc|odin|php|pony|protobuf|rust|sass|scala|scss|swift|typescript|typst|groovy) %{
set-option buffer comment_line '//'
set-option buffer comment_block_begin '/*'
set-option buffer comment_block_end '*/'
Expand Down

0 comments on commit 5408490

Please sign in to comment.