aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-15 07:29:04 +0200
committerlemon <lsof@mailbox.org>2022-08-15 07:29:04 +0200
commit91c3058ed332378c80ee337a2d834dfc7a4407e6 (patch)
tree2ec43ab0eccd515388b75b53cd8361412e8196f7 /misc
parente13c5f3fb2ace84825c78a1fc2e15f0f3ddd89b3 (diff)
syntax comment fix
Diffstat (limited to 'misc')
-rw-r--r--misc/cff.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/cff.vim b/misc/cff.vim
index 49ab137..4b87313 100644
--- a/misc/cff.vim
+++ b/misc/cff.vim
@@ -34,3 +34,4 @@ syn region Comment start="//" end="$"
syn region mComment start="#{" end="}" contains=mComment,mCommentBraces,String,Character
syn region mCommentBraces contained start=+[^'"#]{+ end="}" contains=mCommentBraces,String
hi link mComment Comment
+hi link mCommentBraces Comment