[[language]] name = "rust" language-server = { command = "rustup", args = ["run", "stable", "rust-analyzer"] } auto-format = true [language.config.checkOnSave] command = "clippy" [[language]] name = "python" roots = ["pyproject.toml"] formatter = { command = "black", args = ["-q", "-"] } auto-format = true [[language]] name = "bash" formatter = { command = "beautysh", args=["-"] } auto-format = true [[language]] name = "markdown" formatter = { command = "dprint", args = ["fmt", "-c", "/home/mo/.config/dprint.json", "--stdin", "md" ] } auto-format = true [[language]] name = "json" formatter = { command = "dprint", args = ["fmt", "-c", "/home/mo/.config/dprint.json", "--stdin", "json"] } auto-format = true [[language]] name = "javascript" formatter = { command = "dprint", args = ["fmt", "-c", "/home/mo/.config/dprint.json", "--stdin", "js" ] } auto-format = true [[language]] name = "html" formatter = { command = "djlint", args = ["--reformat", "--quiet", "--configuration", "/home/mo/.config/djlintrc.json", "-"] } auto-format = true # language-server = { language-id = "html", command = "tailwindcss-language-server", args = ["--stdio"] } # roots = ["tailwind.config.js"] # config = {} # [[language]] # name = "css" # language-server = { language-id = "css", command = "tailwindcss-language-server", args = ["--stdio"] } # roots = ["tailwind.config.js"] # config = {} [[language]] name = "julia" auto-format = true