Highlight and,or,not,in as @keyword.operator

This commit is contained in:
Connor Lay (Clay) 2021-10-12 16:25:33 -07:00 committed by Stephan Seitz
parent 6bd551d3b7
commit 638891d401

View file

@ -150,19 +150,23 @@
; Reserved Keywords
[
"after"
"and"
"catch"
"do"
"end"
"fn"
"in"
"not"
"or"
"rescue"
"when"
"else"
] @keyword
; Operator Keywords
[
"and"
"in"
"not"
"or"
] @keyword.operator
; Capture Operator
(unary_operator
operator: "&"