diff options
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/cff.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/cff.vim b/misc/cff.vim index 4b87313..00f586a 100644 --- a/misc/cff.vim +++ b/misc/cff.vim @@ -13,9 +13,10 @@ syn keyword Include import 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 Structure struct enum union -syn keyword Operator sizeof as not and or +syn keyword Operator sizeof as and or syn match PreProc "#\i*\>" syn match PreProc "#?\>" |