1
Fork 0
satellite/dotfiles/vscode-snippets/package.json

23 lines
465 B
JSON
Raw Normal View History

2022-08-05 19:11:10 +02:00
{
"name": "adriels-snippets",
"engines": {
"vscode": "^1.11.0"
},
"contributes": {
"snippets": [
{
"language": ["purs", "purescript"],
"path": "./snippets/purescript/other.json"
},
{
"language": ["purs", "purescript"],
"path": "./snippets/purescript/imports.json"
},
{
"language": ["purs", "purescript"],
"path": "./snippets/purescript/deriving.json"
}
]
}
}