Skip to content

Commit 5d38e0a

Browse files
committed
highlight or/not
1 parent e6849ef commit 5d38e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxes/lua.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
"name": "constant.other.placeholder.lua"
218218
},
219219
{
220-
"match": "\\b(break|do|else|for|if|elseif|goto|return|then|repeat|while|until|end|function|local|in)\\b",
220+
"match": "\\b(break|do|else|for|if|elseif|goto|return|then|repeat|while|until|end|function|local|in|not|or)\\b",
221221
"name": "keyword.control.lua"
222222
},
223223
{

0 commit comments

Comments
 (0)