forked from streetsidesoftware/cspell-dicts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcspell-ext.json
40 lines (40 loc) · 1.28 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
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"id": "ar",
"version": "0.2",
"name": "Arabic",
"description": "Arabic dictionary for CSpell.",
"readonly": true,
"dictionaryDefinitions": [
{
"name": "ar",
"path": "./ar.trie.gz",
"description": "Arabic dictionary for CSpell.",
"dictionaryInformation": {
"alphabet": "\u0600-\u06ff",
"locale": "ar",
"suggestionEditCosts": [
{
"map": "\u0626\u0627\u0640\u0648\u0649\u064b\u064c\u064d\u064e\u064f\u0650\u0651\u0651\u0670\u06c6\u06c7\u06c8\u06d0\u06d5",
"insDel": 1,
"replace": 1,
"swap": 1
}
],
"ignore": "\u0640\u064b\u064c\u064d\u064e\u064f\u0650\u0651\u0651\u0670"
}
}
],
"dictionaries": [],
"languageSettings": [
{
"languageId": "*",
"locale": "ar",
"includeRegExpList": [],
"ignoreRegExpList": [],
"patterns": [],
"dictionaries": ["ar"],
"dictionaryDefinitions": []
}
]
}