File tree Expand file tree Collapse file tree 1 file changed +15
-9
lines changed
Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Original file line number Diff line number Diff line change 1- ## 1.3.1 ()
2- - Add
3- [ univesal-argument] ( http://www.gnu.org/software/emacs/manual/html_node/elisp/Prefix-Command-Arguments.html )
4- possibility for ` elixir-mode-iex ` to run <code >iex</code > with additional
5- arguments.
6- - Add Recognition for question mark (?) char syntax
7- - Add (failing) test for last comment in a block (#27 )
8- - Update Fontify character literals as strings.
9- - Update inline documentation
1+ ## v1.3.1 - 2014/07/05
2+ * [ #52 ] ( https://github.com/elixir-lang/emacs-elixir/pull/52 ) - Add CLI for running elixir-mode tests.
3+ * [ #48 ] ( https://github.com/elixir-lang/emacs-elixir/pull/48 ) - Add a SMIE rule function for "def". Fixes #38 and #41
4+ * [ #50 ] ( https://github.com/elixir-lang/emacs-elixir/pull/50 ) - Remove grammar clause for "fn" terminal. Fixes #7
5+ * [ #44 ] ( https://github.com/elixir-lang/emacs-elixir/pull/44 ) - sigil % to ~
6+ * [ #46 ] ( https://github.com/elixir-lang/emacs-elixir/pull/46 ) - Added highlight for unless and Task module
7+ * [ #45 ] ( https://github.com/elixir-lang/emacs-elixir/pull/45 ) - Highlight defstruct and Actor, Base modules
8+ * [ #40 ] ( https://github.com/elixir-lang/emacs-elixir/pull/40 ) - IMenu: Show ExUnit tests under heading "Tests".
9+ * [ #37 ] ( https://github.com/elixir-lang/emacs-elixir/pull/37 ) - Remove needless statement
10+ * [ #35 ] ( https://github.com/elixir-lang/emacs-elixir/pull/35 ) - Added simple imenu support.
11+ * [ #32 ] ( https://github.com/elixir-lang/emacs-elixir/pull/32 ) - Properly make variables local
12+ * [ #31 ] ( https://github.com/elixir-lang/emacs-elixir/pull/31 ) - needed for effective code-navigation via syntax-ppss
13+ * [ #28 ] ( https://github.com/elixir-lang/emacs-elixir/pull/28 ) - Recognize ? char syntax
14+ * [ #24 ] ( https://github.com/elixir-lang/emacs-elixir/pull/24 ) - elixir-mode-eval-on-current-buffer binding comment incorrect
15+ * [ #22 ] ( https://github.com/elixir-lang/emacs-elixir/pull/22 ) - Enhance ` elixir-mode-iex ` to accept additional arguments
1016
1117## 1.3.0 (June 24, 2013)
1218- Add ` elixir-mode-eval-on-region ` to evalute Elixir code on the
You can’t perform that action at this time.
0 commit comments