Skip to content

v1.3.1

Compare
Choose a tag to compare
@mattdeboard mattdeboard released this 05 Jul 22:13
· 676 commits to master since this release

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