diff options
| author | 2022-08-10 07:44:48 +0200 | |
|---|---|---|
| committer | 2022-08-10 07:44:48 +0200 | |
| commit | 8d3c3d919183a4a6ba7ad8010587dee6f5f96baa (patch) | |
| tree | f8f86a00f0364c2030ceae912dd1ace6ee92362a /misc | |
| parent | b33ee6afa74ab1e83554d1b535d81c7df0b3fca5 (diff) | |
hilight attributes
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/cff.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/cff.vim b/misc/cff.vim index fe9ff97..e6e59f9 100644 --- a/misc/cff.vim +++ b/misc/cff.vim @@ -20,6 +20,7 @@ syn keyword Operator sizeof as not and or syn match PreProc "#\i*\>" syn match PreProc "#?\>" syn match PreProc "#'\k\+\>" +syn region PreProc start="#\[" end="\]" extend syn case ignore syn match Number display transparent "\<\d\|\.\d" contains=cNumber,cFloat |