This commit is contained in:
2025-01-12 09:58:08 +01:00
commit 4299ea3d9a
16 changed files with 3285 additions and 0 deletions

10
.helix/languages.toml Normal file
View File

@@ -0,0 +1,10 @@
[[language]]
name = "rust"
language-servers = ["rust-analyzer", "tailwindcss-ls"]
[language-server.rust-analyzer.config]
procMacro = { ignored = { leptos_macro = ["server"] } }
cargo = { features = ["ssr", "hydrate"] }
[language-server.tailwindcss-ls]
config = { userLanguages = { rust = "html", "*.rs" = "html" } }