diff options
| author | 2022-08-14 07:27:35 +0200 | |
|---|---|---|
| committer | 2022-08-14 07:27:35 +0200 | |
| commit | d1aaf316dc7ca6ea208eec8ab43eb64936829675 (patch) | |
| tree | f22a1d17dab60d2299fc9bd5e9c7a94078abfbc8 /misc | |
| parent | f0def28d9aeeb7f1f9b3d8880a34a05ec59d80ed (diff) | |
fix
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/cff.vim | 2 |
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 |