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 archseer committed Feb 12, 2024
1 parent 45ee568 commit 0eec518
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

1 comment on commit 0eec518

@drzymalanet
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kpbaks @archseer This causes #9703. Can we revert it? It is super annoying because it does not give any warnings or errors.

Please sign in to comment.