diff options
author | crupest <crupest@outlook.com> | 2023-11-02 23:58:55 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-11-13 13:47:29 +0800 |
commit | 2127c6286df49884fd2b414d0c1e190e35506838 (patch) | |
tree | 6a0b3d346fafc58920e9f89b5813d180150b3bc4 /cspell.yaml | |
parent | 2874252539213022b84d8d32d21c4f701aefff7a (diff) | |
download | crupest-2127c6286df49884fd2b414d0c1e190e35506838.tar.gz crupest-2127c6286df49884fd2b414d0c1e190e35506838.tar.bz2 crupest-2127c6286df49884fd2b414d0c1e190e35506838.zip |
Add cspell.
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 |