forked from streetsidesoftware/cspell-dicts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcspell-ext.json
More file actions
28 lines (28 loc) · 740 Bytes
/
Copy pathcspell-ext.json
File metadata and controls
28 lines (28 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"id": "en-gb-mit",
"name": "English - British (Limited)",
"description": "British English Dictionary with MIT License",
"readonly": true,
"dictionaryDefinitions": [
{
"name": "en-gb",
"path": "./en_GB.trie.gz",
"repMap": [["'|`|’", "'"]],
"description": "British English Dictionary",
"ignoreForbiddenWords": true
}
],
"languageSettings": [
{
"languageId": "*",
"locale": "en-GB",
"patterns": [
{
"name": "possessive_s",
"pattern": "/'s\\b/gi"
}
],
"dictionaries": ["en-gb"]
}
]
}