1 Star 0 Fork 0

SpaceVim/rust-analyzer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.typos.toml 631 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lukas Wirth 提交于 2024-09-01 13:43 . Parse builtin#asm expressions
[files]
extend-exclude = [
"*.rast",
"bench_data/",
"crates/parser/test_data/lexer/err/",
"crates/project-model/test_data/",
]
[default]
extend-ignore-re = [
# ignore string which contains $0, which is used widely in tests
".*\\$0.*",
# ignore generated content like `boxed....nner()`, `Defaul...efault`
"\\w*\\.{3,4}\\w*",
'"flate2"',
"raison d'être",
"inout",
"INOUT",
"optin"
]
[default.extend-words]
anser = "anser"
ba = "ba"
fo = "fo"
ket = "ket"
makro = "makro"
trivias = "trivias"
[default.extend-identifiers]
datas = "datas"
impl_froms = "impl_froms"
selfs = "selfs"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/space-vim/rust-analyzer.git
git@gitee.com:space-vim/rust-analyzer.git
space-vim
rust-analyzer
rust-analyzer
master

搜索帮助