Skip to content

Commit 62007a4

Browse files
authored
fix(angular): Exclude template block grammars in CSS and JS contexts (#10)
1 parent b6991cf commit 62007a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammars/angular/syntaxes/template-blocks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"scopeName": "template.blocks.ng",
3-
"injectionSelector": "L:text.html -comment -expression.ng -meta.tag",
3+
"injectionSelector": "L:text.html -comment -expression.ng -meta.tag -source.css -source.js",
44
"patterns": [
55
{
66
"include": "#block"

0 commit comments

Comments
 (0)