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 d5acd9badfce4cf95fbf32d65cbbbacf28ab717e (tree)
parent de35f38f56bc6be2f187f278553223693a6f601c
Author: Andrew Kelley <superjoe30@gmail.com>
Date:   Sat, 19 Aug 2017 01:44:23 -0400

add new int types

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

diff --git a/syntax/zig.vim b/syntax/zig.vim @@ -17,7 +17,7 @@ syn keyword zigRepeat while for syn keyword zigConstant null undefined this syn keyword zigKeyword fn use test syn keyword zigType bool f32 f64 f128 void noreturn type error -syn keyword zigType i8 u8 i16 u16 i32 u32 i64 u64 i128 u128 isize usize +syn keyword zigType i3 u3 i4 u4 i5 u5 i6 u6 i7 u7 i8 u8 i16 u16 i32 u32 i64 u64 i128 u128 isize usize 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