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 | |
parent | 2874252539213022b84d8d32d21c4f701aefff7a (diff) | |
download | crupest-2127c6286df49884fd2b414d0c1e190e35506838.tar.gz crupest-2127c6286df49884fd2b414d0c1e190e35506838.tar.bz2 crupest-2127c6286df49884fd2b414d0c1e190e35506838.zip |
Add cspell.
-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 |