41 lines
1 KiB
JSON
41 lines
1 KiB
JSON
{
|
|
"name": "spip-html",
|
|
"displayName": "SPIP codes for html (snippets)",
|
|
"description": "Just snippet for create SPIP codes in html",
|
|
"version": "0.0.1",
|
|
"publisher": "gamuza",
|
|
"engines": {
|
|
"vscode": "^1.0.0"
|
|
},
|
|
"categories": [
|
|
"Snippets"
|
|
],
|
|
"contributes": {
|
|
"snippets": [
|
|
{
|
|
"language": "html",
|
|
"path": "./snippets/snippets.json"
|
|
},
|
|
{
|
|
"language": "javascriptreact",
|
|
"path": "./snippets/snippets.json"
|
|
},
|
|
{
|
|
"language": "typescriptreact",
|
|
"path": "./snippets/snippets.json"
|
|
},
|
|
{
|
|
"language": "pug",
|
|
"path": "./snippets/snippets.json"
|
|
},
|
|
{
|
|
"language": "ejs",
|
|
"path": "./snippets/snippets.json"
|
|
}
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.gamuza.fr/snippet/spip-html"
|
|
}
|
|
}
|