prescientmoon
03b97cce9c
- Remove reference to the name "Adriel" - Set up email reading - Set up kanata and retire slambda
56 lines
996 B
JSON
56 lines
996 B
JSON
{
|
|
"name": "lunar-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"
|
|
},
|
|
{
|
|
"language": [
|
|
"tex"
|
|
],
|
|
"path": "./snippets/latex/core.json"
|
|
},
|
|
{
|
|
"language": [
|
|
"tex"
|
|
],
|
|
"path": "./snippets/latex/explain.json"
|
|
},
|
|
{
|
|
"language": [
|
|
"lua"
|
|
],
|
|
"path": "./snippets/lua/core.json"
|
|
},
|
|
{
|
|
"language": [
|
|
"nix"
|
|
],
|
|
"path": "./snippets/nix/core.json"
|
|
}
|
|
]
|
|
}
|
|
}
|