From 2127c6286df49884fd2b414d0c1e190e35506838 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 2 Nov 2023 23:58:55 +0800 Subject: Add cspell. --- crupest-words.txt | 6 ++++++ cspell.yaml | 14 ++++++-------- 2 files changed, 12 insertions(+), 8 deletions(-) create mode 100644 crupest-words.txt diff --git a/crupest-words.txt b/crupest-words.txt new file mode 100644 index 0000000..b7ecc9f --- /dev/null +++ b/crupest-words.txt @@ -0,0 +1,6 @@ +crupest + +# debian +sbuild +dquilt + diff --git a/cspell.yaml b/cspell.yaml index da2eae4..49aed51 100644 --- a/cspell.yaml +++ b/cspell.yaml @@ -12,11 +12,9 @@ dictionaries: - fonts - filetypes - npm -words: - - ASPNETCORE - - autoincrement - - crupest - - Fxxk - - outbounds - - todos - - vmess + - crupest-words + +dictionaryDefinitions: + - name: crupest-words + path: './crupest-words.txt' + addWords: true -- cgit v1.2.3