1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-04 20:43:23 -07:00
rc/vim/after/syntax/c.vim
2019-07-13 08:30:14 -07:00

7 lines
197 B
VimL

syn keyword cType uchar ushort uint ulong
syn keyword cType u8 u16 u32 u64
syn keyword cType s8 s16 s32 s64
syn keyword cType i8 i16 i32 i64
syn keyword cType f32 f64
syn keyword cConditional elif