From a1fbafff638db04e2a337c3d6cad0440b0e7a478 Mon Sep 17 00:00:00 2001 From: clem Date: Fri, 14 Jun 2019 15:21:26 +0200 Subject: [PATCH] =?UTF-8?q?organisation=20compatible=20int=C3=A9gration=20?= =?UTF-8?q?dans=20le=20dossier=20snippets=20de=20VScodium=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snippets/spip-html.json => html.json | 0 snippets/spip-js.json => js.json | 0 package.json | 49 ---------------------------- snippets/spip-php.json => php.json | 0 snippets/spip-scss.json => scss.json | 0 snippets/spip-xml.json => xml.json | 0 6 files changed, 49 deletions(-) rename snippets/spip-html.json => html.json (100%) rename snippets/spip-js.json => js.json (100%) delete mode 100644 package.json rename snippets/spip-php.json => php.json (100%) rename snippets/spip-scss.json => scss.json (100%) rename snippets/spip-xml.json => xml.json (100%) diff --git a/snippets/spip-html.json b/html.json similarity index 100% rename from snippets/spip-html.json rename to html.json diff --git a/snippets/spip-js.json b/js.json similarity index 100% rename from snippets/spip-js.json rename to js.json diff --git a/package.json b/package.json deleted file mode 100644 index 83a45e4..0000000 --- a/package.json +++ /dev/null @@ -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" - } -} diff --git a/snippets/spip-php.json b/php.json similarity index 100% rename from snippets/spip-php.json rename to php.json diff --git a/snippets/spip-scss.json b/scss.json similarity index 100% rename from snippets/spip-scss.json rename to scss.json diff --git a/snippets/spip-xml.json b/xml.json similarity index 100% rename from snippets/spip-xml.json rename to xml.json