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 270270 <!-- Control keywords -->
271271 <dict >
272272 <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 >
274274 <key >name </key >
275275 <string >keyword.control.lua </string >
276276 </dict >
277277 <!-- Important constants -->
278278 <dict >
279279 <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 >
281281 <key >name </key >
282282 <string >constant.language.lua </string >
283283 </dict >
You can’t perform that action at this time.
0 commit comments