cspell-dict-en_us
Advanced tools
Comparing version 1.2.18 to 1.2.19
@@ -31,3 +31,8 @@ // cSpell Settings | ||
// This could be included in "ignoreRegExpList": ["mdash"] | ||
"patterns": [], | ||
"patterns": [ | ||
{ | ||
"name": "possessive_s", | ||
"pattern": "/'s\\b/gi" | ||
} | ||
], | ||
// List of dictionaries to enable by name in `dictionaryDefinitions` | ||
@@ -34,0 +39,0 @@ "dictionaries": ["en_us"], |
{ | ||
"name": "cspell-dict-en_us", | ||
"version": "1.2.18", | ||
"version": "1.2.19", | ||
"description": "English dictionary for cspell.", | ||
@@ -13,3 +13,5 @@ "bin": { | ||
"build": "npm run merge-dictionaries && npm run compile", | ||
"test": "hunspell-reader words -n 10000 \"dict/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin", | ||
"test-dict": "hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin", | ||
"test-text": "cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"", | ||
"test": "npm run test-dict && npm run test-text", | ||
"prepare": "cp ../../util/* .", | ||
@@ -49,3 +51,3 @@ "cspell-link": "node link.js", | ||
], | ||
"gitHead": "157d35ab400bae960cd253f0d71ce7528143a7e7" | ||
"gitHead": "2df0350343e3f10b00ef895f44b08a3be10c2f6d" | ||
} |
396741
103