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 f418be3 commit 098f3caCopy full SHA for 098f3ca
syntaxes/lua.tmLanguage.json
@@ -25,7 +25,7 @@
25
"name": "punctuation.definition.parameters.begin.lua"
26
}
27
},
28
- "end": "(?=[\\)\\-\\.:{}\\[\\]\"'])",
+ "end": "(\\))|(?=[\\-\\.:{}\\[\\]\"'])",
29
"endCaptures": {
30
"1": {
31
"name": "punctuation.definition.parameters.finish.lua"
0 commit comments