Skip to content

Commit

Permalink
feat(kdl): add kdlfmt as formatter for kdl (#12967)
Browse files Browse the repository at this point in the history
  • Loading branch information
ficcdaf authored Feb 26, 2025
1 parent 1dd8a19 commit c364084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c364084

Please sign in to comment.