@cspell/dict-en-ca 1.0.7 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cspell-ext.json +2 -2
- package/en_CA.trie +1885 -1885
- package/package.json +4 -4
- package/src/README.md +0 -3
package/cspell-ext.json
CHANGED
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
// Generally left empty
|
|
18
18
|
"dictionaries": [],
|
|
19
19
|
// Language Rules to apply to matching files.
|
|
20
|
-
// Files are matched on `languageId` and `
|
|
20
|
+
// Files are matched on `languageId` and `locale`
|
|
21
21
|
"languageSettings": [
|
|
22
22
|
{
|
|
23
23
|
// VSCode languageId. i.e. typescript, java, go, cpp, javascript, markdown, latex
|
|
24
24
|
// * will match against any file type.
|
|
25
25
|
"languageId": "*",
|
|
26
|
-
// Language
|
|
26
|
+
// Language locale. i.e. en-US, de-AT, or ru. * will match all locals.
|
|
27
27
|
"locale": "en-CA",
|
|
28
28
|
//
|
|
29
29
|
"ignoreRegExpList": [],
|