File tree Expand file tree Collapse file tree 3 files changed +118
-275
lines changed
vscode-ng-language-service/syntaxes Expand file tree Collapse file tree 3 files changed +118
-275
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,8 @@ export const TemplateTag: GrammarDefinition = {
1818 { include : '#eventBinding' } ,
1919 { include : '#templateBinding' } ,
2020 { include : '#standardAttribute' } ,
21- { include : '#other' } ,
2221 ] ,
2322 repository : {
24- other : {
25- match : / \s + / ,
26- name : 'template.tag.ng' ,
27- } ,
2823 standardAttribute : {
2924 begin : / ( [ - _ a - z A - Z 0 - 9 . $ : ] + ) ( = ) ( [ " ' ] ) / ,
3025 beginCaptures : {
Original file line number Diff line number Diff line change 1919 },
2020 {
2121 "include" : " #standardAttribute"
22- },
23- {
24- "include" : " #other"
2522 }
2623 ],
2724 "repository" : {
28- "other" : {
29- "match" : " \\ s+" ,
30- "name" : " template.tag.ng"
31- },
3225 "standardAttribute" : {
3326 "begin" : " ([-_a-zA-Z0-9.$:]+)(=)([\" '])" ,
3427 "beginCaptures" : {
You can’t perform that action at this time.
0 commit comments