-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.cspell.yml
More file actions
31 lines (31 loc) · 785 Bytes
/
.cspell.yml
File metadata and controls
31 lines (31 loc) · 785 Bytes
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
# cSpell:ignore textlintrc
# For settings, see
# https://www.streetsidesoftware.com/vscode-spell-checker/docs/configuration/
version: '0.2'
language: en-GB
caseSensitive: true
ignorePaths:
- '*.svg'
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
languageSettings:
- languageId: markdown
ignoreRegExpList:
- CodeBlock
dictionaryDefinitions:
- name: words
path: .cspell/words.txt
dictionaries:
# Local word lists
- words
# Programming languages and software terms
- softwareTerms
# Other
- companies