forked from streetsidesoftware/cspell-dicts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcspell-ext.json
51 lines (51 loc) · 1.55 KB
/
cspell-ext.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"id": "de-de",
"version": "0.2",
"name": "German Dictionary",
"description": "German (de-DE) Dictionary.",
"readonly": true,
"dictionaryDefinitions": [
{
"name": "de-de",
"path": "./de_DE.trie.gz",
"description": "German (de-DE) Dictionary.",
"repMap": [
["ae", "ä"],
["oe", "ö"],
["ue", "ü"],
["Ae|AE", "Ä"],
["Oe|OE", "Ö"],
["Ue|UE", "Ü"],
["ss", "ß"]
],
"dictionaryInformation": {
"locale": "de-DE",
"alphabet": "a-zA-ZäüößáéêàâñÄÜÖÉ",
"suggestionEditCosts": [
{
"map": "(ae)ä|(oe)ö|(ue)ü(Ae)Ä|(Oe)Ö|(Ue)Ü|(ss)ß",
"replace": 0
},
{
"map": "eéèëê|aáà|iíìïî|oóòöô|uüúùû|(ij)(ij)(IJ)(IJ)",
"replace": 1
},
{
"map": "(ah)a|(ch)k|(ee)e|(eh)e|(ph)f|(th)t|dt|i(ie)|o(oh)|r(rh)|s(ss)|t(th)",
"replace": 50
}
]
}
}
],
"dictionaries": [],
"languageSettings": [
{
"languageId": "*",
"locale": "de,de_DE",
"caseSensitive": true,
"dictionaries": ["de-de"],
"dictionaryDefinitions": []
}
]
}