-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcspell.json
More file actions
76 lines (76 loc) · 1.99 KB
/
Copy pathcspell.json
File metadata and controls
76 lines (76 loc) · 1.99 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"import": [
"@cspell/dict-de-de/cspell-ext.json",
],
"version": "0.2",
"language": "en",
"ignorePaths": [
".git*",
"Snakefile",
"Dockerfile",
"env_dissertation.mkiv",
"prd_dissertation.mkiv",
".cspell/*.txt",
"**/*.bib",
"**/*.svg",
"**/*.tikz",
"**/*.ipynb",
"**/requirements*.txt",
"**/*.json",
"**/*.rsc",
"**/*.nu",
"**/*.md",
],
// https://github.com/danielfdickinson/streetsidesoftware-cspell-cli/commit/73ff9497b4e1e41cbce6cd177241efa6d95ea4fd?short_path=53bc74c#diff-53bc74c9c08cea0788be2bd70bc4ca2893edd0298f12795a4615686bd7751e35
"overrides": [
{
"filename": [
"**/*declaration.mkiv",
"**/*zusammenfassung.mkiv",
"**/*danksagung.mkiv",
],
"language": "de",
"dictionaries": ["de"]
},
],
"ignoreRegExpList": [
"\\\\[a-z]+",
"\\\\(input|type|tikzset)\\{[^\\}]+\\}",
"\\\\((in(line|brace))?cite|setup[a-z]+|externalfigure|node|draw|definemathcommand|start(itemize|alignment|cases)|color)(\\[[^\\]]+\\])+",
"\\\\project \\w+",
"\\b(sec|fig):[a-z]+",
"[\\[\\{]([a-z]+\\d{4}[a-z]?,?)+[\\]\\}]",
"file://[^\\s]+",
"^--.*$",
"\\[KC\\]aros",
"(Univ|Prof)[.]",
],
"dictionaryDefinitions": [
{
"name": "abbreviations",
"path": ".cspell/abbreviations.txt",
},
{
"name": "names",
"path": ".cspell/names.txt",
},
{
"name": "tools",
"path": ".cspell/tools.txt",
},
{
"name": "words",
"path": ".cspell/words.txt",
},
{
"name": "de",
"path": ".cspell/de.txt",
},
],
"dictionaries": [
"abbreviations",
"names",
"tools",
"words",
],
}