mirror of
https://github.com/notwa/rc
synced 2024-11-05 16:09:03 -08:00
add elif keyword
This commit is contained in:
parent
00c057a1f1
commit
7703d77332
1 changed files with 1 additions and 0 deletions
|
@ -3,3 +3,4 @@ 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
|
||||
|
|
Loading…
Reference in a new issue