Releases: elixir-editors/emacs-elixir
Releases · elixir-editors/emacs-elixir
v1.4.2
v1.4.1
v1.4.0
v1.3.1
v1.3.1 - 2014/07/05
- #52 - Add CLI for running elixir-mode tests.
- #48 - Add a SMIE rule function for "def". Fixes #38 and #41
- #50 - Remove grammar clause for "fn" terminal. Fixes #7
- #44 - sigil % to ~
- #46 - Added highlight for unless and Task module
- #45 - Highlight defstruct and Actor, Base modules
- #40 - IMenu: Show ExUnit tests under heading "Tests".
- #37 - Remove needless statement
- #35 - Added simple imenu support.
- #32 - Properly make variables local
- #31 - needed for effective code-navigation via syntax-ppss
- #28 - Recognize ? char syntax
- #24 - elixir-mode-eval-on-current-buffer binding comment incorrect
- #22 - Enhance
elixir-mode-iex
to accept additional arguments