diff options
-rw-r--r-- | crupest-words.txt | 6 | ||||
-rw-r--r-- | cspell.yaml | 14 |
2 files changed, 12 insertions, 8 deletions
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 |