@cspell/dict-en_us
Advanced tools
Comparing version 4.1.4 to 4.2.0
@@ -1,2 +0,1 @@ | ||
// cSpell Settings | ||
{ | ||
@@ -6,3 +5,2 @@ "id": "en-us", | ||
"description": "American English Dictionary", | ||
// List of dictionary files to add to the global list of dictionaries | ||
"dictionaryDefinitions": [ | ||
@@ -13,26 +11,59 @@ { | ||
"repMap": [["'|`|’", "'"]], | ||
"description": "American English Dictionary" | ||
"description": "American English Dictionary", | ||
"dictionaryInformation": { | ||
"locale": "en-US", | ||
"alphabet": "a-zA-Z", | ||
"suggestionEditCosts": [ | ||
{ "description": "Words like 'break' and 'brake'", "map": "(ate)(eat)|(ake)(eak)", "replace": 75 }, | ||
{ | ||
"description": "Sounds alike", | ||
"map": "f(ph)(gh)|(sion)(tion)(cion)|(ail)(ale)|(r)(ur)(er)(ure)(or)", | ||
"replace": 75 | ||
}, | ||
{ | ||
"description": "Double letter score", | ||
"map": "l(ll)|s(ss)|t(tt)|e(ee)|b(bb)|d(dd)", | ||
"replace": 75 | ||
}, | ||
{ | ||
"map": "aeiou", | ||
"replace": 98, | ||
"swap": 75, | ||
"insDel": 90 | ||
}, | ||
{ | ||
"description": "Common vowel sounds.", | ||
"map": "o(oh)(oo)|(oo)(ou)|(oa)(ou)|(ee)(ea)", | ||
"replace": 75 | ||
}, | ||
{ | ||
"map": "o(oo)|a(aa)|e(ee)|u(uu)|(eu)(uu)|(ou)(ui)(ow)|(ie)(ei)|i(ie)|e(en)|e(ie)", | ||
"replace": 50 | ||
}, | ||
{ | ||
"description": "Do not rank `'s` high on the list.", | ||
"map": "($)('$)('s$)|(s$)(s'$)(s's$)", | ||
"replace": 10, | ||
"penalty": 180 | ||
}, | ||
{ | ||
"description": "Plurals ending in 'y'", | ||
"map": "(ys)(ies)", | ||
"replace": 75 | ||
}, | ||
{ | ||
"map": "(d$)(t$)(dt$)", | ||
"replace": 75 | ||
} | ||
] | ||
} | ||
} | ||
], | ||
// Dictionaries to always be used. | ||
// Generally left empty | ||
"dictionaries": [], | ||
// Language Rules to apply to matching files. | ||
// Files are matched on `languageId` and `local` | ||
"languageSettings": [ | ||
{ | ||
// VSCode languageId. i.e. typescript, java, go, cpp, javascript, markdown, latex | ||
// * will match against any file type. | ||
"languageId": "*", | ||
// Language local. i.e. en-US, de-AT, or ru. * will match all locals. | ||
// Multiple locals can be specified like: "en, en-US" to match both English and English US. | ||
"locale": "en,en-US", | ||
// By default the whole text of a file is included for spell checking | ||
// Adding patterns to the "includeRegExpList" to only include matching patterns | ||
"includeRegExpList": [], | ||
// To exclude patterns, add them to "ignoreRegExpList" | ||
"ignoreRegExpList": [], | ||
// regex patterns than can be used with ignoreRegExpList or includeRegExpList | ||
// Example: "pattern": [{ "name": "mdash", "pattern": "—" }] | ||
// This could be included in "ignoreRegExpList": ["mdash"] | ||
"patterns": [ | ||
@@ -44,7 +75,4 @@ { | ||
], | ||
// List of dictionaries to enable by name in `dictionaryDefinitions` | ||
"dictionaries": ["en_us"], | ||
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "locale" match. | ||
"dictionaryDefinitions": [], | ||
// Words to always be considered an error | ||
"flagWords": [] | ||
@@ -51,0 +79,0 @@ } |
{ | ||
"name": "@cspell/dict-en_us", | ||
"version": "4.1.4", | ||
"version": "4.2.0", | ||
"description": "English dictionary for cspell.", | ||
@@ -60,3 +60,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "423cddea0244a460b994d8c4643a418bea52a5ec" | ||
"gitHead": "5220f0884e482fe7c6c1c4cf91d42e73a3b16664" | ||
} |
@@ -1,2 +0,2 @@ | ||
# Cspell English Dictionary | ||
# CSpell English Dictionary | ||
@@ -3,0 +3,0 @@ English dictionary for cspell. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
339767
78
1