We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a964e70 commit c041d02Copy full SHA for c041d02
syntaxes/lua.tmLanguage.json
@@ -12,7 +12,7 @@
12
"name": "keyword.control.lua"
13
}
14
},
15
- "end": "(?=[\\)\\-:{}\\[\\]\"'])",
+ "end": "(?<=[\\)\\-:{}\\[\\]\"'])",
16
"name": "meta.function.lua",
17
"patterns": [
18
{
0 commit comments