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 e6849ef commit 5d38e0aCopy full SHA for 5d38e0a
syntaxes/lua.tmLanguage.json
@@ -217,7 +217,7 @@
217
"name": "constant.other.placeholder.lua"
218
},
219
{
220
- "match": "\\b(break|do|else|for|if|elseif|goto|return|then|repeat|while|until|end|function|local|in)\\b",
+ "match": "\\b(break|do|else|for|if|elseif|goto|return|then|repeat|while|until|end|function|local|in|not|or)\\b",
221
"name": "keyword.control.lua"
222
223
0 commit comments