diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2018-02-23 12:54:43 +0200 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2018-02-23 12:54:43 +0200 |
commit | 4750be2da326297830691c54adbab0a5dea14802 (patch) | |
tree | ae7b9643ce3fdbf6c0ddc78c2626fb81416f1404 /vim | |
parent | 22fb54a917676e61f19d773cc4f931300ace925e (diff) |
wip
Diffstat (limited to 'vim')
-rw-r--r-- | vim/filespec.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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 |