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 eaf784e commit 3d8e3f1Copy full SHA for 3d8e3f1
syntax/zig.vim
@@ -251,6 +251,9 @@ syntax match zigEscapeError display contained /\\./
251
syntax match zigEscape display contained /\\\([nrt\\'"]\|x\x\{2}\)/
252
syntax match zigEscapeUnicode display contained /\\\(u\x\{4}\|U\x\{6}\)/
253
254
+" Identifiers using the @"" syntax.
255
+syntax match zigIdentifierSpecial +@".*"+ display
256
+
257
highlight default link zigDecNumber zigNumber
258
highlight default link zigHexNumber zigNumber
259
highlight default link zigOctNumber zigNumber
0 commit comments