Skip to content

Commit b3c6f56

Browse files
authored
Merge pull request #4 from MattMcMurray/master
Make snippets available in JS files
2 parents 67e12b7 + 303a445 commit b3c6f56

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@
3131
{
3232
"language": "plaintext",
3333
"path": "./snippets/plaintext.json"
34+
},
35+
{
36+
"language": "javascript",
37+
"path": "./snippets/vue.json"
3438
}
3539
]
3640
}
37-
}
41+
}

0 commit comments

Comments
 (0)