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"
|
command = "graphql-lsp"
|
||||||
args = ["server", "-m", "stream"]
|
args = ["server", "-m", "stream"]
|
||||||
|
|
||||||
|
[[language]]
|
||||||
|
name = "toml"
|
||||||
|
formatter = { command = "taplo", args = ["fmt", "-"] }
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "graphql"
|
name = "graphql"
|
||||||
source = {git = "https://github.com/bkegley/tree-sitter-graphql", rev = "5e66e961eee421786bdda8495ed1db045e06b5fe"}
|
source = {git = "https://github.com/bkegley/tree-sitter-graphql", rev = "5e66e961eee421786bdda8495ed1db045e06b5fe"}
|
||||||
|
Loading…
Reference in New Issue
Block a user