File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v1.4.8 - 2014/08/19
2
+ * [ #92 ] ( https://github.com/elixir-lang/emacs-elixir/pull/92 ) - Update Rakefile to also run the release.py script. Refs #88 .
3
+ * [ #91 ] ( https://github.com/elixir-lang/emacs-elixir/pull/91 ) - Updates to regexes for various lexemes
4
+ * [ #90 ] ( https://github.com/elixir-lang/emacs-elixir/pull/90 ) - Fix bug in atom highlighting.
5
+
1
6
## v1.4.7 - 2014/08/18
2
7
* [ #87 ] ( https://github.com/elixir-lang/emacs-elixir/pull/87 ) - Add syntax highlighting for heredocs & failing tests for indentation.
3
8
* [ #85 ] ( https://github.com/elixir-lang/emacs-elixir/pull/85 ) - Improve regex for defmodule highlighting.
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.7 " )
143
+ (defvar elixir-mode--version " 1.4.8 " )
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