organisation compatible intégration dans le dossier snippets de VScodiumé
This commit is contained in:
parent
dcf70808ff
commit
a1fbafff63
6 changed files with 0 additions and 49 deletions
49
package.json
49
package.json
|
@ -1,49 +0,0 @@
|
|||
{
|
||||
"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/spip-html.json"
|
||||
},
|
||||
{
|
||||
"language": "scss",
|
||||
"path": "./snippets/spip-scss.json"
|
||||
},
|
||||
{
|
||||
"language": "css",
|
||||
"path": "./snippets/spip-scss.json"
|
||||
},
|
||||
{
|
||||
"language": "js",
|
||||
"path": "./snippets/spip-js.json"
|
||||
},
|
||||
{
|
||||
"language": "html",
|
||||
"path": "./snippets/spip-js.json"
|
||||
},
|
||||
{
|
||||
"language": "xml",
|
||||
"path": "./snippets/spip-xml.json"
|
||||
},
|
||||
{
|
||||
"language": "php",
|
||||
"path": "./snippets/spip-php.json"
|
||||
}
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.gamuza.fr/snippet/vscodium"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue