We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9985705 commit c7aee42Copy full SHA for c7aee42
syntax/zig.vim
@@ -248,6 +248,9 @@ syntax match zigEscapeError display contained /\\./
248
syntax match zigEscape display contained /\\\([nrt\\'"]\|x\x\{2}\)/
249
syntax match zigEscapeUnicode display contained /\\\(u\x\{4}\|U\x\{6}\)/
250
251
+" Identifiers using the @"" syntax.
252
+syntax match zigIdentifierSpecial +@".*"+ display
253
+
254
highlight default link zigDecNumber zigNumber
255
highlight default link zigHexNumber zigNumber
256
highlight default link zigOctNumber zigNumber
0 commit comments