feat: add taplo

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-04-30 20:46:53 +02:00
parent 59a46d6185
commit f22d7e3428
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -30,6 +30,10 @@ formatter = { command = "prettier", args = ["--parser=graphql"]}
command = "graphql-lsp"
args = ["server", "-m", "stream"]
[[language]]
name = "toml"
formatter = { command = "taplo", args = ["fmt", "-"] }
[[grammar]]
name = "graphql"
source = {git = "https://github.com/bkegley/tree-sitter-graphql", rev = "5e66e961eee421786bdda8495ed1db045e06b5fe"}