Skip to content

Commit 53735f5

Browse files
authored
Support more binary assignment operators in templates
angular/angular#62064 @deathaxe does this look about right?
1 parent 6947919 commit 53735f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NgxHTML.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ contexts:
558558
scope: keyword.operator.arithmetic.ngx
559559
- match: '&&|\|\||!'
560560
scope: keyword.operator.logical.ngx
561-
- match: '='
561+
- match: '=|\+=|-=|\*=|/=|%=|\*\*=|&&=|\|\|=|\?\?='
562562
scope: keyword.operator.assignment.ngx
563563
- match: \?\?
564564
scope: keyword.operator.null-coalescing.ngx

0 commit comments

Comments
 (0)