Skip to content

Commit 3ab281d

Browse files
committed
syntaxes tokens supports "\z"
1 parent 52f1959 commit 3ab281d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

syntaxes/lua.tmLanguage.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,11 @@
185185
"escaped_char": {
186186
"patterns": [
187187
{
188-
"match": "\\\\[abfnrtvz\\\\\"'\\n]",
188+
"match": "\\\\[abfnrtv\\\\\"'\\n]",
189+
"name": "constant.character.escape.lua"
190+
},
191+
{
192+
"match": "\\\\z[\\n\\t ]*",
189193
"name": "constant.character.escape.lua"
190194
},
191195
{

0 commit comments

Comments
 (0)