motiejus/dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.jakstys.lt/motiejus/dotfiles.git
Log | Tree | Refs | README | LICENSE

commit be393a95a217eb6d88ecd3de82f8c6d56f2cd0e2 (tree)
parent 39569746460d68172b16a0cd328b78d329f0b41f
Author: Andrew Kelley <superjoe30@gmail.com>
Date:   Sat,  3 Jun 2017 20:06:24 -0400

add c_void type

Diffstat:
Msyntax/zig.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/syntax/zig.vim b/syntax/zig.vim @@ -18,7 +18,7 @@ syn keyword zigConstant null undefined this syn keyword zigKeyword fn use test syn keyword zigType bool f32 f64 void noreturn type error syn keyword zigType i8 u8 i16 u16 i32 u32 i64 u64 isize usize -syn keyword zigType c_short c_ushort c_int c_uint c_long c_ulong c_longlong c_ulonglong c_longdouble +syn keyword zigType c_short c_ushort c_int c_uint c_long c_ulong c_longlong c_ulonglong c_longdouble c_void syn keyword zigBoolean true false