forked from streetsidesoftware/cspell-dicts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcspell-ext.json
32 lines (32 loc) · 934 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
31
32
{
"id": "data-science",
"version": "0.2",
"name": "Data Science",
"description": "Data Science dictionary.",
"readonly": true,
"dictionaryDefinitions": [
{
"name": "data-science",
"path": "./dict/data-science.txt",
"description": "Data Science Terms dictionary."
},
{
"name": "data-science-models",
"path": "./dict/data-science-models.txt",
"description": "Data Science Models dictionary."
},
{
"name": "data-science-tools",
"path": "./dict/data-science-tools.txt",
"description": "Data Science Tools dictionary."
}
],
"dictionaries": [],
"languageSettings": [
{
"languageId": "python",
"locale": "*",
"dictionaries": ["data-science", "data-science-models", "data-science-tools"]
}
]
}