diff options
Diffstat (limited to 'cspell.yaml')
-rw-r--r-- | cspell.yaml | 14 |
1 files changed, 6 insertions, 8 deletions
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 |