23 lines
465 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|