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.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+
16## v1.4.7 - 2014/08/18
27* [ #87 ] ( https://github.com/elixir-lang/emacs-elixir/pull/87 ) - Add syntax highlighting for heredocs & failing tests for indentation.
38* [ #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 140140
141141(require 'elixir-smie ) ; syntax and indentation support
142142
143- (defvar elixir-mode--version " 1.4.7 " )
143+ (defvar elixir-mode--version " 1.4.8 " )
144144
145145(defvar elixir-mode--website-url
146146 " http://elixir-lang.org" )
You can’t perform that action at this time.
0 commit comments