forked from streetsidesoftware/cspell-dicts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cspell-ext.json
45 lines (45 loc) · 1.41 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
{
"id": "es-es",
"version": "0.2",
"readonly": true,
"name": "Spanish Dictionary (Spain)",
"description": "Spanish Dictionary (Spain)",
"dictionaryDefinitions": [
{
"name": "es-es",
"path": "./Spanish.trie.gz",
"description": "Spanish Dictionary (Spain)",
"dictionaryInformation": {
"locale": "es-ES",
"alphabet": "a-zA-ZóíjáéñúüÓÍÁÉÑÚÜ",
"suggestionEditCosts": [
{
"map": "eéèëêEÉ|aáàAÁ|iíìïîIÍ|oóòöôOÓ|uüúùûUÚÜ",
"replace": 1
},
{
"map": "(ás)(az)|(cc)(x)|(és)(ez)|(güe)(hue)|(güi)(hui)",
"replace": 75
},
{
"map": "(ís)(iz)|(ío)(ido)|(ke)(que)|(ki)(qui)",
"replace": 75
},
{
"map": "(ll)(y)|(mb)(nv)|(seci)(cesi)|(vámonos)(vayámonos)",
"replace": 75
}
]
}
}
],
"dictionaries": [],
"languageSettings": [
{
"languageId": "*",
"locale": "es, es_ES",
"caseSensitive": true,
"dictionaries": ["es-es"]
}
]
}