File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -553,7 +553,7 @@ contexts:
553553 scope : punctuation.terminator.expression.ngx
554554 - match : ' [!=]==?|[<>]=?'
555555 scope : keyword.operator.comparison.ngx
556- - match : ' [-+*/%]'
556+ - match : ' \*\*| [-+*/%]'
557557 scope : keyword.operator.arithmetic.ngx
558558 - match : ' &&|\|\||!'
559559 scope : keyword.operator.logical.ngx
Original file line number Diff line number Diff line change 611611 https://angular.dev/guide/templates/expression-syntax#what-operators-are-supported
612612 -->
613613
614- {{ - + * / % === !== == != = < < = > = > && || ! ?? }}
614+ {{ - + * / % === !== == != = < < = > = > && || ! ?? ** }}
615615<!-- ^ keyword.operator.arithmetic.ngx -->
616616<!-- ^ keyword.operator.arithmetic.ngx -->
617617<!-- ^ keyword.operator.arithmetic.ngx -->
630630<!-- ^^ keyword.operator.logical.ngx -->
631631<!-- ^ keyword.operator.logical.ngx -->
632632<!-- ^^ keyword.operator.null-coalescing.ngx -->
633+ <!-- ^^ keyword.operator.arithmetic.ngx -->
633634
634635 <!-- ternary -->
635636 {{ foo ? bar : baz }}
You can’t perform that action at this time.
0 commit comments