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

19 lines
439 B
JSON

{
"fileTypes": [
],
"injectTo": [
"source.vue",
"text.html.markdown",
"text.html.derivative",
"text.pug"
],
"injectionSelector": "L:meta.tag -meta.attribute -meta.ng-binding -entity.name.tag.pug -attribute_value -source.tsx -source.js.jsx, L:meta.element -meta.attribute",
"name": "vue-directives",
"patterns": [
{
"include": "source.vue#vue-directives"
}
],
"scopeName": "vue.directives"
}