Skip to content

Commit 570b7fc

Browse files
Update NgxHTML.sublime-syntax
Co-authored-by: deathaxe <[email protected]>
1 parent 2811471 commit 570b7fc

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
@@ -552,10 +552,10 @@ contexts:
552552
scope: punctuation.separator.sequence.ngx
553553
- match: ';'
554554
scope: punctuation.terminator.expression.ngx
555+
- match: (?:\*\*|&&|\|\||\?\?|[-+*/%])=
556+
scope: keyword.operator.assignment.augmented.ngx
555557
- match: '[!=]==?|[<>]=?'
556558
scope: keyword.operator.comparison.ngx
557-
- match: '=|\+=|-=|\*=|/=|%=|\*\*=|&&=|\|\|=|\?\?='
558-
scope: keyword.operator.assignment.ngx
559559
- match: '\*\*|[-+*/%]'
560560
scope: keyword.operator.arithmetic.ngx
561561
- match: '&&|\|\||!'

0 commit comments

Comments
 (0)