feat: add taplo
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
59a46d6185
commit
f22d7e3428
@ -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"}
|
||||
|
Loading…
Reference in New Issue
Block a user