diff --git a/zig.nanorc b/zig.nanorc index 4dce80a..d7e73e5 100644 --- a/zig.nanorc +++ b/zig.nanorc @@ -1,5 +1,5 @@ syntax "Zig" "\.zig$$" -color latte "\<(align|allowzero|and|anyframe|anytype|asm|async|await|break|catch|comptime|const|continue|defer|else|enum|errdefer|error|export|extern|fn|for|if|inline|noalias|nosuspend|or|orelse|packed|pub|resume|return|linksection|struct|suspend|switch|test|threadlocal|try|union|unreachable|usingnamespace|var|volatile|while)\>" +color brightred "\<(align|allowzero|and|anyframe|anytype|asm|async|await|break|catch|comptime|const|continue|defer|else|enum|errdefer|error|export|extern|fn|for|if|inline|noalias|nosuspend|or|orelse|packed|pub|resume|return|linksection|struct|suspend|switch|test|threadlocal|try|union|unreachable|usingnamespace|var|volatile|while)\>" color brightcyan "@[a-zA-Z]+[0-9]{0,2}" color cyan "(true|false|null|undefined)" color cyan "\<(0[xob])?([0-9]_?)+\>"