tm-grammars
Version:
Collecton of TextMate grammars in JSON
19 lines (18 loc) • 425 B
JSON
{
"fileTypes": [
],
"injectTo": [
"source.vue",
"text.html.markdown",
"text.html.derivative",
"text.pug"
],
"injectionSelector": "L:text.pug -comment -string.comment, L:text.html.derivative -comment.block, L:text.html.markdown -comment.block",
"name": "vue-interpolations",
"patterns": [
{
"include": "text.html.vue#vue-interpolations"
}
],
"scopeName": "vue.interpolations"
}