-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy path.cspell.yml
More file actions
121 lines (121 loc) · 2.49 KB
/
.cspell.yml
File metadata and controls
121 lines (121 loc) · 2.49 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
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
# For settings, see
# https://www.streetsidesoftware.com/vscode-spell-checker/docs/configuration/
version: '0.2'
language: en-US
import:
- '@cspell/dict-bn/cspell-ext.json'
- '@cspell/dict-es-es/cspell-ext.json'
- '@cspell/dict-fr-fr/cspell-ext.json'
- '@cspell/dict-pl_pl/cspell-ext.json'
- '@cspell/dict-pt-br/cspell-ext.json'
- '@cspell/dict-ro-ro/cspell-ext.json'
- '@cspell/dict-uk-ua/cspell-ext.json'
caseSensitive: true
ignorePaths:
- '*.svg'
- content/{ja,zh}
- data/community/members.yaml
- data/ecosystem/vendors.yaml
- data/collector
- public/_redirects
- static/refcache.json
patterns:
- name: CodeBlock
pattern: |
/
^(\s*[~`]{3,}) # code-block start
.* # all languages and options, e.g. shell {hl_lines=[12]}
[\s\S]*? # content
\1 # code-block end - cSpell:disable-next-line
/igmx
- name: HeadingID # For example: {#some-id}
pattern: /\{\#.*?\}/g
languageSettings:
- languageId: markdown
ignoreRegExpList:
- CodeBlock
- HeadingID
dictionaryDefinitions:
- name: en-words
path: .cspell/en-words.txt
- name: bn-words
path: .cspell/bn-words.txt
- name: es-palabras
path: .cspell/es-palabras.txt
- name: fr-mots
path: .cspell/fr-mots.txt
- name: pl-words
path: .cspell/pl-words.txt
- name: pt-palavras
path: .cspell/pt-palavras.txt
- name: ro-words
path: .cspell/ro-words.txt
- name: uk-words
path: .cspell/uk-words.txt
dictionaries:
# Natural languages
- bn
- es-es
- fr-fr
- pl_pl
- pt-br
- ro-ro
- uk-ua
# Local word lists
- bn-words
- en-words
- es-palabras
- fr-mots
- pl-words
- pt-palavras
- ro-words
- uk-words
# Programming languages and software terms
- cpp
- dotnet
- golang
- node
- softwareTerms
# Other
- companies
words:
# Valid words across all locales, in particular for Hugo code keywords,
# and proper names.
#
# WARNING: the list below gets sorted by CI scripts. Any comment lines
# will be pushed to the top here.
- attrlink
- chalin
- Crossplane
- crosspost
- desaturate
- Docsy
- errorf
- favicons
- Goldmark
- htmltest
- jsonify
- lfasiallc
- llms
- Loffay
- logback
- Mancuso
- Marylia
- millicores
- myapp
- myprogram
- nanocores
- notranslate
- nvmrc
- opentelemetrybot
- otelbot
- Powerjob
- refcache
- submatch
- textlintrc
- tracestate
- UpDown
- Valkey
- warnf
- warnidf
- Wayback