added vscode extensions

This commit is contained in:
tomit4 2021-11-05 11:26:45 -07:00
parent 7cde0829be
commit 26e2a50441
316 changed files with 37301 additions and 0 deletions

View file

@ -0,0 +1,5 @@
# [PackageDev] target_format: plist, ext: tmLanguage
scopeName: vue.pug.directives
injectionSelector: "L:meta.tag.other -text.html.vue-html"
patterns:
- include: 'source.vue#vue-directives'

View file

@ -0,0 +1,9 @@
{
"scopeName": "vue.pug.directives",
"injectionSelector": "L:meta.tag.other -text.html.vue-html",
"patterns": [
{
"include": "source.vue#vue-directives"
}
]
}

View file

@ -0,0 +1,5 @@
# [PackageDev] target_format: plist, ext: tmLanguage
scopeName: vue.pug.interpolations
injectionSelector: "L:text.pug"
patterns:
- include: source.vue#vue-interpolations

View file

@ -0,0 +1,9 @@
{
"scopeName": "vue.pug.interpolations",
"injectionSelector": "L:text.pug",
"patterns": [
{
"include": "source.vue#vue-interpolations"
}
]
}