2023-01-10 02:38:06 +01:00
|
|
|
{
|
2024-02-20 00:12:04 +01:00
|
|
|
"name": "lunar-snippets",
|
2023-01-10 02:38:06 +01:00
|
|
|
"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"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"language": [
|
|
|
|
"tex"
|
|
|
|
],
|
|
|
|
"path": "./snippets/latex/core.json"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"language": [
|
|
|
|
"tex"
|
|
|
|
],
|
|
|
|
"path": "./snippets/latex/explain.json"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"language": [
|
|
|
|
"lua"
|
|
|
|
],
|
|
|
|
"path": "./snippets/lua/core.json"
|
2023-02-09 23:55:36 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"language": [
|
|
|
|
"nix"
|
|
|
|
],
|
|
|
|
"path": "./snippets/nix/core.json"
|
2023-01-10 02:38:06 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|