Releases: elixir-editors/emacs-elixir
Releases · elixir-editors/emacs-elixir
v1.4.2
16 Aug 00:45
Compare
Sorry, something went wrong.
No results found
v1.4.2 - 2014/08/15
#73 - Fix buggy syntax highlighting behavior involving "?"
#71 - Need two backslashes in regex string.
#70 - Use define-derived-mode to define elixir-mode
#69 - Remove unused variable
v1.4.1
16 Aug 00:45
Compare
Sorry, something went wrong.
No results found
v1.4.1 - 2014/08/11
#66 - Indent correctly after one-liner if/do: statements. Fixes #65
#64 - wrong indentation if space between if and statement
#63 - Correctly indent one-line anon fns AND block fns. Fixes #59
v1.4.0
10 Jul 03:11
Compare
Sorry, something went wrong.
No results found
v1.4.0 - 2014/07/09
#62 - Remove grammar entry causing erroneous alignment to ".". Fixes #49
#61 - Remove "=" & left-assoc opers from "OP" regex. Fixes #18 .
#60 - Refactor font face defaults.
#58 - Use string syntax highlighting for regex patterns.
#57 - Add beginnings of font-face testing.
v1.3.1
05 Jul 22:13
Compare
Sorry, something went wrong.
No results found
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