mirror of
https://github.com/ziglang/zig.git
synced 2026-02-15 13:58:27 +00:00
remove zeroes from vim syntax file
This commit is contained in:
parent
0b942f5ee2
commit
b78752e2d2
@ -14,7 +14,7 @@ syn keyword zigStatement goto break return continue asm defer unreachable
|
||||
syn keyword zigConditional if else switch try
|
||||
syn keyword zigRepeat while for
|
||||
|
||||
syn keyword zigConstant null undefined zeroes this
|
||||
syn keyword zigConstant null undefined this
|
||||
syn keyword zigKeyword fn use
|
||||
syn keyword zigType bool f32 f64 void Unreachable type error
|
||||
syn keyword zigType i8 u8 i16 u16 i32 u32 i64 u64 isize usize
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user