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