Skip to content

Commit 7d4b5f7

Browse files
author
Mark Skelton
committed
feat: Allow using snippets in JavaScript files
1 parent 7390eaa commit 7d4b5f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
{
3232
"language": "typescript",
3333
"path": "./snippets.json"
34+
},
35+
{
36+
"language": "javascript",
37+
"path": "./snippets.json"
3438
}
3539
]
3640
},

0 commit comments

Comments
 (0)