forked from streetsidesoftware/cspell-dicts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcspell-ext.json
30 lines (30 loc) · 896 Bytes
/
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
{
"id": "it-it",
"name": "Italian",
"description": "Italian dictionary.",
"readonly": true,
"dictionaryDefinitions": [
{
"name": "it-it",
"path": "./dict/it-it.trie",
"description": "Italian dictionary.",
"dictionaryInformation": {
"locale": "it-IT",
"alphabet": "a-zA-ZàòéùèìÙÀÒÈÌÉ",
"suggestionEditCosts": [
{
"map": "AÀÂÄÅ|CÇ|EÈÉÊË|IÎÏ|OÔÖ|UÙÛÜ|aàáâãä|(ae)æ|cç|eèéêë|iíîï|nñń|oóôö|uùûü|yÿ|Œ(OE)|sś|(oe)œ",
"replace": 1
}
]
}
}
],
"languageSettings": [
{
"languageId": "*",
"locale": "it,it-IT",
"dictionaries": ["it-it"]
}
]
}