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

19 lines
422 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": "source.vue#vue-interpolations"
}
],
"scopeName": "vue.interpolations"
}