Skip to content

Commit f53fcd9

Browse files
committed
bug fix #4
1 parent 39eebb8 commit f53fcd9

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
@@ -238,7 +238,7 @@
238238
},
239239
{
240240
"match": "\\b(and|or|not)\\b",
241-
"name": "keyword.operator.lua"
241+
"name": "keyword.control.lua"
242242
},
243243
{
244244
"match": "\\b([a-zA-Z_][a-zA-Z0-9_]*)\\b(?=\\s*(?:[({\"']|\\[\\[))",

0 commit comments

Comments
 (0)