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 = "//"
|
||||
block-comment-tokens = { start = "/*", end = "*/" }
|
||||
injection-regex = "kdl"
|
||||
formatter = { command = "kdlfmt", args = ["format", "-"] }
|
||||
|
||||
[[grammar]]
|
||||
name = "kdl"
|
||||
|
|
Loading…
Add table
Reference in a new issue