-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcspell.json
More file actions
44 lines (44 loc) · 1.03 KB
/
Copy pathcspell.json
File metadata and controls
44 lines (44 loc) · 1.03 KB
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
{
"dictionaries":
[
"fictional-names",
"real-names",
"not-yet-words",
"fictional-things",
"real-things",
"crysix-titles"
],
"dictionaryDefinitions":
[
{
"name": "fictional-names",
"path": "./.cspell/fictional-names.txt",
"addWords": true
},
{
"name": "real-names",
"path": "./.cspell/real-names.txt",
"addWords": true
},
{
"name": "not-yet-words",
"path": "./.cspell/not-yet-words.txt",
"addWords": true
},
{
"name": "fictional-things",
"path": "./.cspell/fictional-things.txt",
"addWords": true
},
{
"name": "real-things",
"path": "./.cspell/real-things.txt",
"addWords": true
},
{
"name": "crysix-titles",
"path": "./.cspell/crysix-titles.txt",
"addWords": true
}
]
}