cspell-dict-en_us
Advanced tools
Comparing version 1.2.0 to 1.2.1
# Change Log | ||
## 1.2.1 | ||
- add alternate spelling for `cancellable` | ||
- Merge Hunspell-en_US with the current word list. | ||
- Make sure all proper names start with a Capitol letter. | ||
## 1.2.0 | ||
- Update `cspell-ext.json` to include `id` and other information. | ||
## 1.1.2 | ||
@@ -4,0 +12,0 @@ - Add Replacement Map for quotes. |
@@ -35,5 +35,9 @@ // cSpell Settings | ||
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "local" match. | ||
"dictionaryDefinitions": [] | ||
"dictionaryDefinitions": [], | ||
// Words to always be considered an error | ||
"flagWords": [ | ||
"hte", "teh" | ||
], | ||
} | ||
] | ||
} |
{ | ||
"name": "cspell-dict-en_us", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "English dictionary for cspell.", | ||
@@ -5,0 +5,0 @@ "bin": { |
Sorry, the diff of this file is not supported yet
299907
98