From 4750be2da326297830691c54adbab0a5dea14802 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Fri, 23 Feb 2018 12:54:43 +0200 Subject: wip --- vim/filespec.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim') diff --git a/vim/filespec.vim b/vim/filespec.vim index 077f41c..19c9945 100644 --- a/vim/filespec.vim +++ b/vim/filespec.vim @@ -9,7 +9,7 @@ syn keyword fsTodo contained TODO FIXME XXX syn cluster fsCommentGroup contains=fsTodo,fsBadContinuation syn region fsComment start="//" skip="\\$" end="$" keepend contains=@fsCommentGroup,@Spell -syn keyword fsStructure struct union +syn keyword fsStructure enum struct union syn keyword fsType s8 s16 s32 s64 syn keyword fsType u8 u16 u32 u64 syn keyword fsConstant nul dec hex str -- cgit v1.2.3