@blitz/textmate
Version:
TextMate Grammars for StackBlitz
32 lines (31 loc) • 499 B
JSON
{
"scopeName": "template.ng",
"injectionSelector": "L:text.html -comment",
"patterns": [
{
"include": "#interpolation"
}
],
"repository": {
"interpolation": {
"begin": "{{",
"beginCaptures": {
"0": {
"name": "punctuation.definition.block.ts"
}
},
"end": "}}",
"endCaptures": {
"0": {
"name": "punctuation.definition.block.ts"
}
},
"contentName": "expression.ng",
"patterns": [
{
"include": "expression.ng"
}
]
}
}
}