this repo has no description

added leptos macros support

+10
+10
.config/helix/languages.toml
··· 90 90 auto-format = true 91 91 language-servers = [ "astro-ls" ] 92 92 93 + 94 + [[language]] 95 + name = "rust" 96 + 97 + [language-server.rust-analyzer] 98 + config = { procMacro = { ignored = { leptos_macro = [ 99 + # Optional: 100 + # "component", 101 + "server" 102 + ] } } }