mirror of
https://github.com/realAscot/helix.git
synced 2025-09-14 04:03:03 +02:00
feat(kdl): add kdlfmt
as formatter for kdl (#12967)
This commit is contained in:
parent
1dd8a19ad6
commit
c36408457a
@ -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…
x
Reference in New Issue
Block a user