File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1+ ## v1.4.10 - 2014/08/26
2+ * [ #102 ] ( https://github.com/elixir-lang/emacs-elixir/pull/102 ) - Add support for syntax highlighting for variable interpolation. Fixes #93
3+ * [ #101 ] ( https://github.com/elixir-lang/emacs-elixir/pull/101 ) - Fix indentation after inline comment. Fixes #95
4+
15## v1.4.9 - 2014/08/25
26* [ #100 ] ( https://github.com/elixir-lang/emacs-elixir/pull/100 ) - Fix indentation in multi-line match expressions. Fixes #98
37* [ #99 ] ( https://github.com/elixir-lang/emacs-elixir/pull/99 ) - Tokenize trailing whitespace properly. Fixes #97
Original file line number Diff line number Diff line change 140140
141141(require 'elixir-smie ) ; syntax and indentation support
142142
143- (defvar elixir-mode--version " 1.4.9 " )
143+ (defvar elixir-mode--version " 1.4.10 " )
144144
145145(defvar elixir-mode--website-url
146146 " http://elixir-lang.org" )
You can’t perform that action at this time.
0 commit comments