File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ ## v1.4.9 - 2014/08/25
2+ * [ #100 ] ( https://github.com/elixir-lang/emacs-elixir/pull/100 ) - Fix indentation in multi-line match expressions. Fixes #98
3+ * [ #99 ] ( https://github.com/elixir-lang/emacs-elixir/pull/99 ) - Tokenize trailing whitespace properly. Fixes #97
4+ * [ #96 ] ( https://github.com/elixir-lang/emacs-elixir/pull/96 ) - Remove syntax highlighting for operators.
5+
16## v1.4.8 - 2014/08/19
27* [ #92 ] ( https://github.com/elixir-lang/emacs-elixir/pull/92 ) - Update Rakefile to also run the release.py script. Refs #88 .
38* [ #91 ] ( https://github.com/elixir-lang/emacs-elixir/pull/91 ) - Updates to regexes for various lexemes
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.8 " )
143+ (defvar elixir-mode--version " 1.4.9 " )
144144
145145(defvar elixir-mode--website-url
146146 " http://elixir-lang.org" )
You can’t perform that action at this time.
0 commit comments