Skip to content

Commit 2811471

Browse files
authored
update precedence
1 parent 544357f commit 2811471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NgxHTML.sublime-syntax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,12 +554,12 @@ contexts:
554554
scope: punctuation.terminator.expression.ngx
555555
- match: '[!=]==?|[<>]=?'
556556
scope: keyword.operator.comparison.ngx
557+
- match: '=|\+=|-=|\*=|/=|%=|\*\*=|&&=|\|\|=|\?\?='
558+
scope: keyword.operator.assignment.ngx
557559
- match: '\*\*|[-+*/%]'
558560
scope: keyword.operator.arithmetic.ngx
559561
- match: '&&|\|\||!'
560562
scope: keyword.operator.logical.ngx
561-
- match: '=|\+=|-=|\*=|/=|%=|\*\*=|&&=|\|\|=|\?\?='
562-
scope: keyword.operator.assignment.ngx
563563
- match: \?\?
564564
scope: keyword.operator.null-coalescing.ngx
565565
- match: \?(?!\.)

0 commit comments

Comments
 (0)