Source file tm_grammar_vue_directives.ml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
let lang_id = "vue-directives"
let json = {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": "text.html.vue#vue-directives"
}
],
"scopeName": "vue.directives"
}|json}