feat(kdl): add kdlfmt
as formatter for kdl (#12967)
This commit is contained in:
parent
1dd8a19ad6
commit
c36408457a
1 changed files with 1 additions and 0 deletions
|
@ -2726,6 +2726,7 @@ file-types = ["kdl"]
|
||||||
comment-token = "//"
|
comment-token = "//"
|
||||||
block-comment-tokens = { start = "/*", end = "*/" }
|
block-comment-tokens = { start = "/*", end = "*/" }
|
||||||
injection-regex = "kdl"
|
injection-regex = "kdl"
|
||||||
|
formatter = { command = "kdlfmt", args = ["format", "-"] }
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "kdl"
|
name = "kdl"
|
||||||
|
|
Loading…
Add table
Reference in a new issue