Skip to content

Commit 2f54216

Browse files
authored
Added template expression support (#609)
Adds a proper template expression grammar for Angular templates.
1 parent 39f0915 commit 2f54216

File tree

11 files changed

+3398
-62
lines changed

11 files changed

+3398
-62
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,12 @@
7979
],
8080
"embeddedLanguages": {
8181
"text.html": "html",
82-
"source.css": "css",
83-
"source.js": "javascript"
82+
"source.css": "css"
8483
}
84+
},
85+
{
86+
"path": "./syntaxes/expression.json",
87+
"scopeName": "expression.ng"
8588
}
8689
]
8790
},

0 commit comments

Comments
 (0)