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 7f437c3 commit f126fbaCopy full SHA for f126fba
syntaxes/lpp.tmLanguage
@@ -270,7 +270,7 @@
270
<!-- Control keywords -->
271
<dict>
272
<key>match</key>
273
- <string>\b(not|and|or|break|do|else|for|if|elseif|return|then|repeat|while|until|end|function|local|in|continue|goto)\b</string>
+ <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>
274
<key>name</key>
275
<string>keyword.control.lua</string>
276
</dict>
0 commit comments