Add typos configuration for zed and add a few more typo fixes
This commit is contained in:
parent
e6ca92ffa4
commit
e42a9ac2f1
3 changed files with 26 additions and 2 deletions
19
typos.toml
Normal file
19
typos.toml
Normal file
|
@ -0,0 +1,19 @@
|
|||
[files]
|
||||
ignore-files = true
|
||||
extend-exclude = [
|
||||
# Vim makes heavy use of partial typing tables
|
||||
"crates/vim/*",
|
||||
# glsl isn't recognized by this tool
|
||||
"crates/zed/src/languages/glsl/*",
|
||||
# File suffixes aren't typos
|
||||
"assets/icons/file_icons/file_types.json",
|
||||
# :/
|
||||
"crates/collab/migrations/20231009181554_add_release_channel_to_rooms.sql",
|
||||
# Editor and file finder rely on partial typing and custom in-string syntax
|
||||
"crates/file_finder/src/file_finder.rs",
|
||||
"crates/editor/src/editor_tests.rs",
|
||||
]
|
||||
|
||||
[default]
|
||||
extend-ignore-re = ["ba"]
|
||||
check-filename = true
|
Loading…
Add table
Add a link
Reference in a new issue