mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
31 lines
582 B
JSON
31 lines
582 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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|