machines/.helix/languages.toml

10 lines
170 B
TOML
Raw Permalink Normal View History

[[language]]
name = "rust"
[language-server.rust-analyzer]
config = { procMacro = { ignored = { leptos_macro = [
# Optional:
# "component",
"server"
] } } }