From b9e2609169709f8aad257fa5e3a92cb780dfad3f Mon Sep 17 00:00:00 2001 From: Justin Gassner Date: Sun, 19 May 2024 01:45:37 +0200 Subject: weiter --- .cspell.yaml | 39 ++++++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 15 deletions(-) (limited to '.cspell.yaml') diff --git a/.cspell.yaml b/.cspell.yaml index 8497152..16a83c3 100644 --- a/.cspell.yaml +++ b/.cspell.yaml @@ -1,38 +1,47 @@ ---- -version: "0.2" -language: "en-GB" +version: 0.2 +language: en_US +minWordLength: 3 dictionaryDefinitions: - name: project-code - path: "./.cspell/project-code.txt" addWords: true + path: ./.cspell/project-code.txt - name: project-words - path: "./.cspell/project-words.txt" addWords: true + path: ./.cspell/project-words.txt - name: project-citekeys - path: "./.cspell/project-citekeys.txt" addWords: true + path: ./.cspell/project-citekeys.txt - name: latex-pkgs - path: "./.cspell/my-cspell-dicts/latex-pkgs.txt" addWords: true + path: ./.cspell/my-cspell-dicts/latex-pkgs.txt - name: biblatex - path: "./.cspell/my-cspell-dicts/biblatex.txt" addWords: true + path: ./.cspell/my-cspell-dicts/biblatex.txt - name: names - path: "./.cspell/my-cspell-dicts/names.txt" addWords: true + path: ./.cspell/my-cspell-dicts/names.txt + - name: names2 + addWords: true + path: ./.cspell/my-cspell-dicts/names2.txt + - name: math + addWords: true + path: ./.cspell/my-cspell-dicts/math.txt dictionaries: - latex - project-code - project-words - latex-pkgs + - names + - names2 + - math +ignorePaths: + - ./.cspell/ + - ./aux/ + - ./cd-label/ + - ./my/ + - ./my2/ overrides: - filename: "bib/**/*.bib" dictionaries: - biblatex - names -ignorePaths: - - "./.cspell/" - - "./aux/" - - "./my/" - - "./my2/" -minWordLength: 3 -- cgit v1.2.3-70-g09d2