diff options
| author | 2022-08-17 22:47:36 +0200 | |
|---|---|---|
| committer | 2022-08-17 22:47:36 +0200 | |
| commit | 1c25c197d860ad49bb6a84e077a54e5aaf441bbd (patch) | |
| tree | 8f7b963d1c891cfaa2d490a2f651ac0b8fa83c42 /misc | |
| parent | 86242b6cc1f53a86fcce1312211d3232661bf454 (diff) | |
parse defmacro
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 00f586a..0379e90 100644 --- a/misc/cff.vim +++ b/misc/cff.vim @@ -14,7 +14,7 @@ syn keyword Macro defmacro syn keyword Type i8 u8 i16 u16 i32 u32 i64 u64 syn keyword Type int uint isize usize iptrint uptrint syn keyword Type c_char c_long c_ulong c_llong c_ullong -syn keyword Type bool void f32 f64 typeof +syn keyword Type bool intbool void f32 f64 typeof syn keyword Structure struct enum union syn keyword Operator sizeof as and or |