Skip to content

Commit

Permalink
feat: Add Elixir Tree-sitter mode (#155)
Browse files Browse the repository at this point in the history
Builds on #145, #148, and #151.
  • Loading branch information
jesse-c authored Feb 16, 2023
1 parent 1bd5f2b commit 9f1ee03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The format is based on [Keep a Changelog].

### Enhancements
* Emacs 29's tree-sitter-based major modes have been added to
`apheleia-mode-alist` ([#145], [#148], [#151]).
`apheleia-mode-alist` ([#145], [#148], [#151], [#155]).

### Bugs fixed
* If a formatter exited with a zero exit code when being killed by a
Expand Down
1 change: 1 addition & 0 deletions apheleia.el
Original file line number Diff line number Diff line change
Expand Up @@ -1146,6 +1146,7 @@ function: %s" command)))
(css-ts-mode . prettier-css)
(dart-mode . dart-format)
(elixir-mode . mix-format)
(elixir-ts-mode . mix-format)
(elm-mode . elm-format)
(fish-mode . fish-indent)
(go-mode . gofmt)
Expand Down

0 comments on commit 9f1ee03

Please sign in to comment.