From 28407333ffceca9b99fae721c30e8ae146a863da Mon Sep 17 00:00:00 2001 From: Justin Gassner Date: Wed, 14 Feb 2024 07:24:38 +0100 Subject: Update --- .cspell.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to '.cspell.yaml') diff --git a/.cspell.yaml b/.cspell.yaml index 896a692..eff8b31 100644 --- a/.cspell.yaml +++ b/.cspell.yaml @@ -5,11 +5,19 @@ 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" ignorePaths: - "./.cspell/" dictionaries: - latex - names + - math + - liquid words: - abs - gfm @@ -21,9 +29,14 @@ words: - thms - jxir - srv + - bigg + - bigl + - bigr + - lparen + - rparen - mathbb + - mathscr - enspace - callouts - - injective - Closedness - vcs -- cgit v1.2.3-54-g00ecf