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