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 544357f commit 2811471Copy full SHA for 2811471
NgxHTML.sublime-syntax
@@ -554,12 +554,12 @@ contexts:
554
scope: punctuation.terminator.expression.ngx
555
- match: '[!=]==?|[<>]=?'
556
scope: keyword.operator.comparison.ngx
557
+ - match: '=|\+=|-=|\*=|/=|%=|\*\*=|&&=|\|\|=|\?\?='
558
+ scope: keyword.operator.assignment.ngx
559
- match: '\*\*|[-+*/%]'
560
scope: keyword.operator.arithmetic.ngx
561
- match: '&&|\|\||!'
562
scope: keyword.operator.logical.ngx
- - match: '=|\+=|-=|\*=|/=|%=|\*\*=|&&=|\|\|=|\?\?='
- scope: keyword.operator.assignment.ngx
563
- match: \?\?
564
scope: keyword.operator.null-coalescing.ngx
565
- match: \?(?!\.)
0 commit comments