Account for '-' as an operator
For syntax purposes it's part of the number, but it looks better when highlighted as an operator.
This commit is contained in:
parent
91e6f7841c
commit
7d6dce936a
|
@ -5,6 +5,8 @@
|
|||
|
||||
; Operators {{{
|
||||
(operator) @operator
|
||||
|
||||
(integer_literal ("-") @operator)
|
||||
; }}}
|
||||
|
||||
; Literal {{{
|
||||
|
|
|
@ -6,3 +6,4 @@ foo += 1
|
|||
|
||||
foo = -1 + 2
|
||||
// ^ operator
|
||||
// ^ operator
|
||||
|
|
Loading…
Reference in a new issue