-
Notifications
You must be signed in to change notification settings - Fork 265
Expand file tree
/
Copy pathcspell.json
More file actions
35 lines (35 loc) · 1.23 KB
/
cspell.json
File metadata and controls
35 lines (35 loc) · 1.23 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
{
"version": "0.2",
"language": "en",
"dictionaryDefinitions": [
{
"name": "rr-words",
"path": "./scripts/rr-spelling-dictionary.txt",
"addWords": true
},
{
"name": "rr-surnames",
"path": "./scripts/surnames-spelling-dictionary.txt",
"addWords": true
}
],
"ignoreRegExpList": [
"(^|\\n)<blockquote [^\\n]*",
"(^|\\n)<div [^\\n]*",
"(^|\\n)<img [^\\n]*",
"(^|\\n)<li>[^\\n]*",
"\\`[\\(\\)\\w-\\.=$:]+\\`",
"(^|\\n)```[\\s\\S]*?```",
"\\*[^*]+\\*",
"\\*\\*[^*]+\\*\\*",
"\"[^\"]+\"",
"\\[[^\\]]+\\]",
"\"[A-Za-z0-9_/\\.-]+\"",
"\"\\/[A-Za-z0-9_-]+",
"^---[\\s\\S]*?---",
"^\\S+\\.[A-Za-z0-9]{1,3} \\| "
],
"flagWords": ["hte", "tghe", "Pallete", "Gameboy", "dissassembly", "seperate", "indefinetly", "Mutliplayer", "Polynomical", "introducted", "cartirdge", "completly", "facinating", "deocmpiled", "essentail", "veteren", "relased", "relativly", "unfortunetly", "langauge", "containes", "Dreamcase"],
"dictionaries": ["rr-words", "rr-surnames", "cpp", "computing-acronyms", "software-tools", "softwareTerms", "en-gb"],
"ignorePaths": ["node_modules", "public", ".github", "_site"]
}