aboutsummaryrefslogtreecommitdiff
path: root/misc/cff.vim
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-26 22:08:52 +0200
committerlemon <lsof@mailbox.org>2022-08-26 22:11:30 +0200
commit4a7d610bb9a441f6fb7f88caaa803c1c85e4fcfd (patch)
tree3ac01c9be375f30efd09f0a670da74f886ad44ca /misc/cff.vim
parent475125eaba2852f88a4ee8d9be64c8b4964df3a9 (diff)
bitfields
Diffstat (limited to 'misc/cff.vim')
-rw-r--r--misc/cff.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/cff.vim b/misc/cff.vim
index 0d64b5b..8bf358e 100644
--- a/misc/cff.vim
+++ b/misc/cff.vim
@@ -15,7 +15,7 @@ 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 intbool void f32 f64 typeof
-syn keyword Structure struct enum union
+syn keyword Structure struct enum union bitfield
syn keyword Operator alignof sizeof as and or offsetof
syn match PreProc "#\i*\>"