add inline assembly support
This commit is contained in:
@@ -7,8 +7,8 @@ if exists("b:current_syntax")
|
||||
finish
|
||||
endif
|
||||
|
||||
syn keyword zigKeyword fn return mut const extern unreachable export pub as use while
|
||||
syn keyword zigKeyword if else let void goto type enum struct continue break match
|
||||
syn keyword zigKeyword fn return mut const extern unreachable export pub as use while asm
|
||||
syn keyword zigKeyword if else let void goto type enum struct continue break match volatile
|
||||
syn keyword zigType bool i8 u8 i16 u16 i32 u32 i64 u64 isize usize f32 f64 f128
|
||||
|
||||
syn keyword zigConstant null
|
||||
|
||||
Reference in New Issue
Block a user