We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 487c13a commit abfdaa7Copy full SHA for abfdaa7
syntaxes/src/template-blocks.ts
@@ -10,7 +10,7 @@ import {GrammarDefinition} from './types';
10
11
export const TemplateBlocks: GrammarDefinition = {
12
scopeName: 'template.blocks.ng',
13
- injectionSelector: 'L:text.html -comment -expression.ng -meta.tag',
+ injectionSelector: 'L:text.html -comment -expression.ng -meta.tag -source.css -source.js',
14
patterns: [
15
{include: '#block'},
16
],
syntaxes/template-blocks.json
@@ -1,6 +1,6 @@
1
{
2
"scopeName": "template.blocks.ng",
3
- "injectionSelector": "L:text.html -comment -expression.ng -meta.tag",
+ "injectionSelector": "L:text.html -comment -expression.ng -meta.tag -source.css -source.js",
4
"patterns": [
5
6
"include": "#block"
0 commit comments