We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2811471 commit 570b7fcCopy full SHA for 570b7fc
NgxHTML.sublime-syntax
@@ -552,10 +552,10 @@ contexts:
552
scope: punctuation.separator.sequence.ngx
553
- match: ';'
554
scope: punctuation.terminator.expression.ngx
555
+ - match: (?:\*\*|&&|\|\||\?\?|[-+*/%])=
556
+ scope: keyword.operator.assignment.augmented.ngx
557
- match: '[!=]==?|[<>]=?'
558
scope: keyword.operator.comparison.ngx
- - match: '=|\+=|-=|\*=|/=|%=|\*\*=|&&=|\|\|=|\?\?='
- scope: keyword.operator.assignment.ngx
559
- match: '\*\*|[-+*/%]'
560
scope: keyword.operator.arithmetic.ngx
561
- match: '&&|\|\||!'
0 commit comments