summaryrefslogtreecommitdiffstats
path: root/docs/.cspell.json
blob: de66ff601c2e46f5e8086d34b2293035b862bd7d (plain)
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
  "version": "0.2",
  "allowCompoundWords": true,
  "files": [
    "**/*.md"
  ],
  "flagWords": [
    "alot",
    "hte",
    "langauge",
    "reccommend",
    "seperate",
    "teh"
  ],
  "ignorePaths": [
    "**/emojis.md",
    "**/commands/*",
    "**/showcase/*",
    "**/tools/*"
  ],
  "ignoreRegExpList": [
    "# cspell: ignore fenced code blocks",
    "^(\\s*`{3,}).*[\\s\\S]*?^\\1",
    "# cspell: ignore words joined with dot",
    "\\w+\\.\\w+",
    "# cspell: ignore strings within backticks",
    "`.+`",
    "# cspell: ignore strings within single quotes",
    "'.+'",
    "# cspell: ignore strings within double quotes",
    "\".+\"",
    "# cspell: ignore strings within brackets",
    "\\[.+\\]",
    "# cspell: ignore strings within parentheses",
    "\\(.+\\)",
    "# cspell: ignore words that begin with a slash",
    "/\\w+",
    "# cspell: ignore everything within action delimiters",
    "\\{\\{.+\\}\\}",
    "# cspell: ignore everything after a right arrow",
    "\\s+→\\s+.+"
  ],
  "language": "en",
  "words": [
    "antialiasing",
    "codeowners",
    "composability",
    "configurators",
    "defang",
    "deindent",
    "downscale",
    "downscaled",
    "downscaling",
    "exif",
    "geolocalized",
    "grayscale",
    "marshal",
    "marshaling",
    "multihost",
    "performantly",
    "preconfigured",
    "prerendering",
    "redirection",
    "redirections",
    "shortcode",
    "shortcodes",
    "subexpression",
    "subexpressions",
    "suppressable",
    "templating",
    "transpile",
    "transpiles",
    "unmarshal",
    "unmarshals",
    "unmarshaling",
    "# ----------------------------------------------------------------------",
    "# cspell: ignore foreign language words",
    "# ----------------------------------------------------------------------",
    "bezpieczeństwo",
    "dokumentation",
    "libros",
    "miesiąc",
    "miesiąc",
    "miesięcy",
    "miesięcy",
    "misérables",
    "projekt",
    "régime",
    "# ----------------------------------------------------------------------",
    "# cspell: ignore proper nouns",
    "# ----------------------------------------------------------------------",
    "Eliott",
    "Gregor",
    "Jaco",
    "Noll",
    "Pastorius",
    "Samsa",
    "# ----------------------------------------------------------------------",
    "# cspell: ignore operating systems and software packages",
    "# ----------------------------------------------------------------------",
    "asciidoctor",
    "brotli",
    "corejs",
    "disqus",
    "doas",
    "eopkg",
    "gitee",
    "gohugoio",
    "goldmark",
    "KaTeX",
    "kubuntu",
    "lubuntu",
    "MathJax",
    "nosql",
    "pandoc",
    "pkgin",
    "rclone",
    "xubuntu",
    "# ----------------------------------------------------------------------",
    "# cspell: ignore miscellaneous",
    "# ----------------------------------------------------------------------",
    "dring",
    "getenv",
    "gohugo",
    "inor",
    "jdoe",
    "milli",
    "rgba",
    "rsmith",
    "stringifier",
    "struct",
    "tdewolff",
    "tjones",
    "toclevels",
    "vals",
    "xfeff",
    "zgotmplz"
  ]
}