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 7357baa commit ecb716cCopy full SHA for ecb716c
syntax/zig.vim
@@ -244,6 +244,9 @@ syntax match zigEscapeError display contained /\\./
244
syntax match zigEscape display contained /\\\([nrt\\'"]\|x\x\{2}\)/
245
syntax match zigEscapeUnicode display contained /\\\(u\x\{4}\|U\x\{6}\)/
246
247
+" Identifiers using the @"" syntax.
248
+syntax match zigIdentifierSpecial +@".*"+ display
249
+
250
highlight default link zigDecNumber zigNumber
251
highlight default link zigHexNumber zigNumber
252
highlight default link zigOctNumber zigNumber
0 commit comments