summaryrefslogtreecommitdiffstats
path: root/.cspell.yaml
blob: 7375c55eeb9d6dfc6a866eb1bdb29d3c2d231cc3 (plain) (blame)
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
version: 0.2
language: en_US
minWordLength: 3
dictionaryDefinitions:
  - name: names
    addWords: true
    path: ./.cspell/my-cspell-dicts/names.txt
  - name: math
    addWords: true
    path: ./.cspell/my-cspell-dicts/math.txt
  - name: liquid
    addWords: true
    path: ./.cspell/liquid.txt
dictionaries:
  - latex
  - names
  - math
  - liquid
words:
  - abs
  - gfm
  - hilb
  - innerp
  - katex
  - norm
  - qed
  - thms
  - jxir
  - srv
  - bigg
  - bigl
  - bigr
  - lparen
  - rparen
  - mathbb
  - mathscr
  - enspace
  - callouts
  - vcs
ignorePaths:
  - ./.cspell/
  - ./assets/