Skip to content

Commit 6f8baf5

Browse files
authored
Merge pull request #29 from wanxe/feature/snippets-on-ts-templates
Solves #23
2 parents 6de33cf + d3e9aa7 commit 6f8baf5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: package.json

+12
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,18 @@
4141
"language": "javascript",
4242
"path": "./snippets/nuxt-config.json"
4343
},
44+
{
45+
"language": "typescript",
46+
"path": "./snippets/vue-script.json"
47+
},
48+
{
49+
"language": "typescript",
50+
"path": "./snippets/vue-script-vuex.json"
51+
},
52+
{
53+
"language": "typescript",
54+
"path": "./snippets/nuxt-config.json"
55+
},
4456
{
4557
"language": "plaintext",
4658
"path": "./snippets/plaintext.json"

0 commit comments

Comments
 (0)