diff options
| author | yemou <dev@lilac.pink> | 2024-12-15 19:35:56 -0500 |
|---|---|---|
| committer | yemou <dev@lilac.pink> | 2024-12-15 19:35:56 -0500 |
| commit | 15d4f7585fdac03e460e59b0508aecd636bd2660 (patch) | |
| tree | b8b3d6033a0ca70d5af0e846688c54ce9d8b9ca1 /rc/tools | |
| parent | 19eef250834361d0c2ec2ef10103b6b1ec7abd3d (diff) | |
typst: fix comment_line and comment_block* options for typst
Diffstat (limited to 'rc/tools')
| -rw-r--r-- | rc/tools/comment.kak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/tools/comment.kak b/rc/tools/comment.kak index 3521b82c..ae33b82a 100644 --- a/rc/tools/comment.kak +++ b/rc/tools/comment.kak @@ -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 '*/' |
