Skip to content

Commit a8598b8

Browse files
authored
Merge pull request #9 from Calinou/operator-logical-2
Distinguish logical operators from other operators
2 parents 8bc9362 + 86bc0fd commit a8598b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Syntaxes/Lua.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
<key>match</key>
277277
<string>\b(and|or|not|\|\||\&amp;\&amp;|\!)\b</string>
278278
<key>name</key>
279-
<string>keyword.operator.lua</string>
279+
<string>keyword.operator.logical.lua</string>
280280
</dict>
281281
<dict>
282282
<key>match</key>
@@ -1479,4 +1479,4 @@
14791479
</dict>
14801480
</dict>
14811481
</dict>
1482-
</plist>
1482+
</plist>

0 commit comments

Comments
 (0)