lua: Highlight logical operators as keyword operators

This commit is contained in:
MrSubidubi 2025-03-05 00:50:00 +01:00
parent 042fc82e99
commit a578095b86

View file

@ -76,7 +76,7 @@
"and"
"not"
"or"
] @operator
] @keyword.operator
[
"+"