aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-14 07:27:35 +0200
committerlemon <lsof@mailbox.org>2022-08-14 07:27:35 +0200
commitd1aaf316dc7ca6ea208eec8ab43eb64936829675 (patch)
treef22a1d17dab60d2299fc9bd5e9c7a94078abfbc8 /misc
parentf0def28d9aeeb7f1f9b3d8880a34a05ec59d80ed (diff)
fix
Diffstat (limited to 'misc')
-rw-r--r--misc/cff.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/cff.vim b/misc/cff.vim
index 64e0914..3e0b3b8 100644
--- a/misc/cff.vim
+++ b/misc/cff.vim
@@ -33,4 +33,4 @@ syn region Character start=+'+ skip=+\\\\\|\\'+ end=+'+ extend
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