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 c09b9be commit d3cf3bfCopy full SHA for d3cf3bf
syntaxes/lua.tmLanguage.json
@@ -201,7 +201,7 @@
201
"name": "punctuation.definition.string.begin.lua"
202
}
203
},
204
- "end": "'[ \\t]*",
+ "end": "'[ \\t]*|(?=\\n)",
205
"endCaptures": {
206
"0": {
207
"name": "punctuation.definition.string.end.lua"
@@ -221,7 +221,7 @@
221
222
223
224
- "end": "\"[ \\t]*",
+ "end": "\"[ \\t]*|(?=\\n)",
225
226
227
@@ -545,7 +545,7 @@
545
]
546
547
{
548
- "begin": "(?=[a-zA-Z_\\.\"])",
+ "begin": "(?=[a-zA-Z_\\.\"'])",
549
"end": "(?=[\\s\\),])",
550
"patterns": [
551
0 commit comments