1
Fork 0
satellite/dotfiles/vscode-snippets/package.json
2022-08-05 20:11:10 +03:00

23 lines
465 B
JSON

{
"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"
}
]
}
}