Skip to content

Commit 08c6927

Browse files
committed
Add snippet support for HTML language
People might be interested to associate HTML language to .svelte files instead of creating a new Svelte language. Those people then needs the svelte snippets to be associated with HTML language.
1 parent a39bb6e commit 08c6927

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: package.json

+4
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949
{
5050
"language": "css",
5151
"path": "./snippets/svelte-style.json"
52+
},
53+
{
54+
"language": "html",
55+
"path": "./snippets/svelte.json"
5256
}
5357
]
5458
},

0 commit comments

Comments
 (0)