Created VSCode Extension, some updates from LinkedLives in the field

This commit is contained in:
metacryst
2023-07-21 16:07:37 -05:00
parent c511fda61a
commit 4184819a9a
30 changed files with 3955 additions and 6 deletions

View File

@@ -0,0 +1,19 @@
{
"fileTypes": [
"js",
"jsx",
"ts",
"tsx",
"html",
"vue",
"svelte",
"php"
],
"injectionSelector": "L:source.js (string.quoted.double.html, string.quoted.single.html), L:source.jsx (string.quoted.double.html, string.quoted.single.html), L:source.js.jsx (string.quoted.double.html, string.quoted.single.html), L:source.ts (string.quoted.double.html, string.quoted.single.html), L:source.tsx (string.quoted.double.html, string.quoted.single.html)",
"patterns": [
{
"include": "source.ts#template-substitution-element"
}
],
"scopeName": "inline.es6-js-injection"
}