Skip to content

Commit

Permalink
feat(languages): add formatter for just
Browse files Browse the repository at this point in the history
  • Loading branch information
kpbaks authored and cosmikwolf committed Feb 26, 2024
1 parent 5274e82 commit 391ebda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2814,6 +2814,8 @@ file-types = [{ glob = "justfile" }, { glob = "Justfile" }, { glob = ".justfile"
injection-regex = "just"
comment-token = "#"
indent = { tab-width = 4, unit = "\t" }
auto-format = true
formatter = { command = "just", args = ["--dump"] }

[[grammar]]
name = "just"
Expand Down

0 comments on commit 391ebda

Please sign in to comment.