aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-19 06:50:41 +0200
committerlemon <lsof@mailbox.org>2022-08-19 06:50:41 +0200
commite07baf707f097434cbe4739d3fcf1bc27a62d587 (patch)
tree41054d6e8d2e4c555bfb09d87bd26849016aff9f /misc
parent01969818aec859611ca1989783b6e0d7f81bdf9e (diff)
update syntax
Diffstat (limited to 'misc')
-rw-r--r--misc/cff.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/cff.vim b/misc/cff.vim
index 0379e90..5c8b0d2 100644
--- a/misc/cff.vim
+++ b/misc/cff.vim
@@ -16,7 +16,7 @@ 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 Operator sizeof as and or
+syn keyword Operator alignof sizeof as and or offsetof
syn match PreProc "#\i*\>"
syn match PreProc "#?\>"