feat(plugins): added snippets

This commit is contained in:
Josh Hamill 2024-03-13 11:17:48 -04:00
parent 971252838d
commit c2a823647b
4 changed files with 95 additions and 3 deletions

View file

@ -0,0 +1,14 @@
{
"name": "custom-snippets",
"engines": {
"vscode": "^1.11.0"
},
"contributes": {
"snippets": [
{
"language": [ "xml" ],
"path": "./snippets/xml.json"
}
]
}
}