{ "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" } }