Skip to content

Commit

Permalink
feat: add hooks for js and jsx #1
Browse files Browse the repository at this point in the history
  • Loading branch information
dlcastillop committed Sep 25, 2024
1 parent e77c50a commit 0b2ac50
Show file tree
Hide file tree
Showing 3 changed files with 1,670 additions and 3 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@
"contributes": {
"snippets": [
{
"language": "typescript",
"path": "./snippets/snippets.code-snippets"
"language": "javascript",
"path": "./snippets/js.code-snippets"
},
{
"language": "javascriptreact",
"path": "./snippets/js.code-snippets"
}
]
}
Expand Down
Loading

0 comments on commit 0b2ac50

Please sign in to comment.