1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-05 04:53:22 -07:00

add elif keyword

This commit is contained in:
Connor Olding 2019-07-13 08:28:33 -07:00
parent 00c057a1f1
commit 7703d77332

View File

@ -3,3 +3,4 @@ syn keyword cType u8 u16 u32 u64
syn keyword cType s8 s16 s32 s64 syn keyword cType s8 s16 s32 s64
syn keyword cType i8 i16 i32 i64 syn keyword cType i8 i16 i32 i64
syn keyword cType f32 f64 syn keyword cType f32 f64
syn keyword cConditional elif