This repository was archived by the owner on Nov 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 138138 "name" : " storage.type.as.ts"
139139 }
140140 },
141- "end" : " (?=$|\" |[;,:})\\ ]])" ,
141+ "end" : " (?=$|\" |'| [;,:})\\ ]])" ,
142142 "patterns" : [
143143 {
144144 "include" : " #type"
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ export const Expression: GrammarDefinition = {
147147 name : 'storage.type.as.ts' ,
148148 } ,
149149 } ,
150- end : / (? = $ | " | [ ; , : } ) \] ] ) / ,
150+ end : / (? = $ | " | ' | [ ; , : } ) \] ] ) / ,
151151 patterns : [
152152 {
153153 include : '#type' ,
Original file line number Diff line number Diff line change 9191<!-- As Expression -->
9292< div *ngFor ="let param of params; index as i; "> </ div >
9393< div *ngFor ="let param of params; index as i "> </ div >
94+ < div *ngIf ='x as y '> </ div >
9495<!-- Mixed -->
9596< div *ngFor ="let param of params; let i = index; let last = last "> </ div >
9697< div *ngFor ="let param of params; let i = index; let last = last; "> </ div >
115116< div *ngFor ="let n of nums; index as i "> </ div >
116117< div *matHeaderCellDef > </ div >
117118<!-- #613 -->
118- < div *ngIf ="x$ | async as a "> </ div >
119+ < div *ngIf ="x$ | async as a "> </ div >
Original file line number Diff line number Diff line change 10251025# ^ template.ng meta.ng-binding.template.html expression.ng entity.name.type.ts
10261026# ^ template.ng meta.ng-binding.template.html string.quoted.html punctuation.definition.string.end.html
10271027# ^^^^^^^^ template.ng
1028+ ><div *ngIf='x as y'></div>
1029+ #^^^^^ template.ng
1030+ # ^ template.ng meta.ng-binding.template.html entity.other.attribute-name.html entity.other.ng-binding-name.template.html punctuation.definition.ng-binding-name.begin.html
1031+ # ^^^^ template.ng meta.ng-binding.template.html entity.other.attribute-name.html entity.other.ng-binding-name.template.html entity.other.ng-binding-name.ngIf.html
1032+ # ^ template.ng meta.ng-binding.template.html punctuation.separator.key-value.html
1033+ # ^ template.ng meta.ng-binding.template.html string.quoted.html punctuation.definition.string.begin.html
1034+ # ^ template.ng meta.ng-binding.template.html expression.ng variable.other.readwrite.ts
1035+ # ^ template.ng meta.ng-binding.template.html expression.ng
1036+ # ^^ template.ng meta.ng-binding.template.html expression.ng storage.type.as.ts
1037+ # ^ template.ng meta.ng-binding.template.html expression.ng
1038+ # ^ template.ng meta.ng-binding.template.html expression.ng entity.name.type.ts
1039+ # ^ template.ng meta.ng-binding.template.html string.quoted.html punctuation.definition.string.end.html
1040+ # ^^^^^^^^ template.ng
10281041><!-- Mixed -->
10291042#^^^^^^^^^^^^^^^ template.ng
10301043><div *ngFor="let param of params; let i = index; let last = last"></div>
14531466# ^ template.ng meta.ng-binding.template.html expression.ng
14541467# ^ template.ng meta.ng-binding.template.html expression.ng entity.name.type.ts
14551468# ^ template.ng meta.ng-binding.template.html string.quoted.html punctuation.definition.string.end.html
1456- # ^^^^^^^^ template.ng
1469+ # ^^^^^^^^ template.ng
1470+ >
You can’t perform that action at this time.
0 commit comments