19 lines
607 B
JSON
19 lines
607 B
JSON
{
|
|
"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"
|
|
} |