From 29ba785c07169c54e33121d8fdd9d22fc18a20a3 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sun, 25 Feb 2024 04:05:26 +0200 Subject: Don't do italic, not supported everywhere --- src/Syntax/zig.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Syntax/zig.zig') diff --git a/src/Syntax/zig.zig b/src/Syntax/zig.zig index 4e82496..11e555d 100644 --- a/src/Syntax/zig.zig +++ b/src/Syntax/zig.zig @@ -40,7 +40,7 @@ const keywords1 = [_][]const u8 { const keywords2 = [_][]const u8 { // primitive types - // TODO: generate all the integer types + // TODO: Add regex based matching and check all integers "i8", "u8", "i16", "u16", "i32", "u32", "i64", "u64", "i128", "u128", "isize", "usize", "c_char", "c_short", "c_ushort", "c_int", "c_uint", "c_long", "c_ulong", "c_longlong", "c_ulonglong", "c_longdouble", "f16", "f32", "f64", "f80", "f128", "bool", "anyopaque", "void", "noreturn", -- cgit v1.2.3