fuc-new/doc/node_modules/tm-grammars/grammars/angular-template.json
hellcat 6adbc04d4b 1
2025-10-03 17:17:08 +08:00

38 lines
715 B
JSON

{
"injectTo": [
"text.html.derivative",
"text.html.derivative.ng",
"source.ts.ng"
],
"injectionSelector": "L:text.html -comment",
"name": "angular-template",
"patterns": [
{
"include": "#interpolation"
}
],
"repository": {
"interpolation": {
"begin": "\\{\\{",
"beginCaptures": {
"0": {
"name": "punctuation.definition.block.ts"
}
},
"contentName": "expression.ng",
"end": "}}",
"endCaptures": {
"0": {
"name": "punctuation.definition.block.ts"
}
},
"patterns": [
{
"include": "expression.ng"
}
]
}
},
"scopeName": "template.ng"
}