forked from streetsidesoftware/cspell-dicts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cspell-ext.json
54 lines (54 loc) · 1.78 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
52
53
54
{
"id": "nl-nl",
"version": "0.2",
"name": "Dutch (Netherlands) Dictionary",
"description": "Dutch (Netherlands) Dictionary",
"readonly": true,
"dictionaryDefinitions": [
{
"name": "nl-nl",
"path": "./Dutch.trie.gz",
"description": "Dutch (Netherlands) Dictionary",
"dictionaryInformation": {
"locale": "nl-NL",
"alphabet": "a-zA-Zëqïéèöêüçàûîñäô",
"suggestionEditCosts": [
{
"map": "o(oo)|e(ee)|u(uu)|a(aa)|(ei)(ie)|(ou)(ui)|(ei)(ij)(ij)",
"replace": 50
},
{
"map": "s(ss)|e(en)|n(nen)",
"replace": 75
},
{
"map": "eéèëê|aáà|iíìïî|oóòöô|uüúùû|(ij)(ij)(IJ)(IJ)",
"replace": 1
},
{
"map": "(er)(ër)|(kju)(cue)|(oren)(oors)|(eck)(eque)|(ore)(oire)|(oor)(oir)|ü(ue)",
"replace": 75
},
{
"map": "(en)(nen)(s)",
"description": "Words are compounded in plural form",
"insDel": 90
}
]
}
}
],
"ignoreWords": ["A3-", "-A4"],
"languageSettings": [
{
"languageId": "*",
"locale": "nl,nl-NL",
"caseSensitive": true,
"ignoreRegExpList": [],
"includeRegExpList": [],
"patterns": [],
"dictionaries": ["nl-nl"],
"dictionaryDefinitions": []
}
]
}