File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 270
270
<!-- Control keywords -->
271
271
<dict >
272
272
<key >match </key >
273
- <string >\b(class|constructor|extends|new| not|and|or|break|do|else|for|if|elseif|return|then|repeat|while|until|end|function|local|in|continue|goto)\b </string >
273
+ <string >\b(class|constructor|extends|not|and|or|break|do|else|for|if|elseif|return|then|repeat|while|until|end|function|local|in|continue|goto)\b </string >
274
274
<key >name </key >
275
275
<string >keyword.control.lua </string >
276
276
</dict >
277
277
<!-- Important constants -->
278
278
<dict >
279
279
<key >match </key >
280
- <string >(?< ![^.]\.|:)\b(NULL|false|nil|true|_G|_R|_VERSION|self|math\.(pi|huge))\b|(?< ![.])\.{3}(?!\.) </string >
280
+ <string >(?< ![^.]\.|:)\b(NULL|false|nil|true|_G|_R|_VERSION|self|get|set|new| math\.(pi|huge))\b|(?< ![.])\.{3}(?!\.) </string >
281
281
<key >name </key >
282
282
<string >constant.language.lua </string >
283
283
</dict >
You can’t perform that action at this time.
0 commit comments