Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit e3f00a0

Browse files
authored
feat: add source.svelte to injectTo file targets (#300)
1 parent 558a414 commit e3f00a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@
6969
"source.ts",
7070
"source.js.jsx",
7171
"source.tsx",
72-
"source.vue"
72+
"source.vue",
73+
"source.svelte"
7374
],
7475
"scopeName": "inline.graphql",
7576
"path": "./grammars/graphql.js.json",

0 commit comments

Comments
 (0)