1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-01 15:33:07 -07:00
rc/vim/after/syntax/c.vim
2016-09-01 00:44:03 -07:00

4 lines
108 B
VimL

syn keyword cType uchar ushort uint ulong
syn keyword cType u8 u16 u32 u64
syn keyword cType s8 s16 s32 s64