Skip to content

Commit 01c14be

Browse files
authored
Merge pull request #51 from selemondev/chore/snippets
chore: add Svelte 5 snippets path to the snippets array in the contributes object found in the package.json file
2 parents 9276378 + ec02518 commit 01c14be

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,14 @@
104104
{
105105
"language": "svelte",
106106
"path": "./src/snippets/usage-code-snippets.json"
107+
},
108+
{
109+
"language": "html",
110+
"path": "./src/snippets/usage-code-snippets-next.json"
111+
},
112+
{
113+
"language": "svelte",
114+
"path": "./src/snippets/usage-code-snippets-next.json"
107115
}
108116
],
109117
"commands": [

0 commit comments

Comments
 (0)