@cspell/dict-de-ch
Advanced tools
+2
-2
| { | ||
| "name": "@cspell/dict-de-ch", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "Swiss German dictionary for CSpell.", | ||
@@ -50,3 +50,3 @@ "publishConfig": { | ||
| }, | ||
| "gitHead": "3058e61e6d0867511d830ee98bfe970aab106bd8" | ||
| "gitHead": "0d6807f8f333bb75743e29d1fca992cb5ca10eba" | ||
| } |
+10
-10
@@ -1,20 +0,20 @@ | ||
| # Cspell German Dictionary | ||
| # CSpell German Dictionary | ||
| German dictionary for cspell. | ||
| German dictionary for CSpell. | ||
| This is a pre-built dictionary for use with cspell. | ||
| This is a pre-built dictionary for use with CSpell. | ||
| ## Installation | ||
| Global Install and add to cspell global settings. | ||
| Global Install and add to CSpell global settings. | ||
| ```sh | ||
| npm install -g @cspell/dict-de-de | ||
| cspell link add @cspell/dict-de-de | ||
| npm install -g @cspell/dict-de-ch | ||
| cspell link add @cspell/dict-de-ch | ||
| ``` | ||
| ## Uninstall from cspell | ||
| ## Uninstall from CSpell | ||
| ```sh | ||
| cspell link remove @cspell/dict-de-de | ||
| cspell link remove @cspell/dict-de-ch | ||
| ``` | ||
@@ -24,3 +24,3 @@ | ||
| The `cspell-ext.json` file in this package should be added to the import section in your cspell.json file. | ||
| The `cspell-ext.json` file in this package should be added to the import section in your `cspell.json` file. | ||
@@ -30,3 +30,3 @@ ```javascript | ||
| // … | ||
| "import": ["@cspell/dict-de-de/cspell-ext.json"], | ||
| "import": ["@cspell/dict-de-ch/cspell-ext.json"], | ||
| // … | ||
@@ -33,0 +33,0 @@ } |
879051
0