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
+
1
5
## v1.4.9 - 2014/08/25
2
6
* [ #100 ] ( https://github.com/elixir-lang/emacs-elixir/pull/100 ) - Fix indentation in multi-line match expressions. Fixes #98
3
7
* [ #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 140
140
141
141
(require 'elixir-smie ) ; syntax and indentation support
142
142
143
- (defvar elixir-mode--version " 1.4.9 " )
143
+ (defvar elixir-mode--version " 1.4.10 " )
144
144
145
145
(defvar elixir-mode--website-url
146
146
" http://elixir-lang.org" )
You can’t perform that action at this time.
0 commit comments