leptos
This commit is contained in:
parent
e181c14101
commit
0c3f833bb1
1 changed files with 14 additions and 0 deletions
|
|
@ -42,6 +42,20 @@
|
|||
{ name = "java"; auto-format = true; indent = { tab-width = 4; unit = "\t"; }; }
|
||||
{ name = "nix"; auto-format = true; formatter = { command = "nixpkgs-fmt"; }; }
|
||||
{ name = "typst"; indent = { tab-width = 4; unit = " "; }; }
|
||||
{
|
||||
name = "rust";
|
||||
language-server.rust-analyzer.config = {
|
||||
procMacro = {
|
||||
ignored = {
|
||||
leptos_macro = [
|
||||
# Optional:
|
||||
# "component",
|
||||
"server"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
grammar = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue