cspell-dict-en_us
Advanced tools
Comparing version 1.1.3 to 1.1.4
// cSpell Settings | ||
{ | ||
"id": "en-us", | ||
"name": "American English Dictionary", | ||
"description": "American English Dictionary", | ||
// List of dictionary files to add to the global list of dictionaries | ||
"dictionaryDefinitions": [ | ||
{ "name": "en_us", "file": "./en_US.trie.gz", "repMap": [["'|`|’", "'"]] } | ||
{ "name": "en_us", "file": "./en_US.trie.gz", "repMap": [["'|`|’", "'"]], "description": "American English Dictionary" } | ||
], | ||
@@ -7,0 +10,0 @@ // Dictionaries to always be used. |
{ | ||
"name": "cspell-dict-en_us", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "English dictionary for cspell.", | ||
@@ -31,2 +31,3 @@ "bin": { | ||
"main": "index.js", | ||
"typings": "index.d.ts", | ||
"author": "Jason Dent", | ||
@@ -47,4 +48,5 @@ "license": "MIT", | ||
"cspell-ext.json", | ||
"*.js" | ||
"*.js", | ||
"*.d.ts" | ||
] | ||
} |
@@ -8,2 +8,3 @@ # Cspell English Dictionary | ||
## Note | ||
This dictionary comes pre-installed with cspell. It should not be necessary to add it. | ||
@@ -29,2 +30,3 @@ | ||
The `cspell-ext.json` file in this package should be added to the import section in your cspell.json file. | ||
```javascript | ||
@@ -31,0 +33,0 @@ { |
299886
11
94
56