File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v2.2.8 - 2015/10/19
2
+ * [ #270 ] ( https://github.com/elixir-lang/emacs-elixir/pull/270 ) - Fix highlighting hashmark in sigil
3
+ * [ #269 ] ( https://github.com/elixir-lang/emacs-elixir/pull/269 ) - Fix string interpolation
4
+ * [ #268 ] ( https://github.com/elixir-lang/emacs-elixir/pull/268 ) - added font-lock to defoverridable
5
+ * [ #262 ] ( https://github.com/elixir-lang/emacs-elixir/pull/262 ) - Add indentation tests for comprehensions
6
+ * [ #267 ] ( https://github.com/elixir-lang/emacs-elixir/pull/267 ) - ~ s is sigil, not attribute
7
+ * [ #266 ] ( https://github.com/elixir-lang/emacs-elixir/pull/266 ) - Fix quotes in sigils
8
+ * [ #264 ] ( https://github.com/elixir-lang/emacs-elixir/pull/264 ) - Fix string interpolation
9
+
1
10
## v2.2.7 - 2015/09/17
2
11
* [ #260 ] ( https://github.com/elixir-lang/emacs-elixir/pull/260 ) - Correct indentation after "for" comprehension
3
12
* [ #259 ] ( https://github.com/elixir-lang/emacs-elixir/pull/259 ) - Indent receive/after matches correct
Original file line number Diff line number Diff line change 10
10
; ; URL: https://github.com/elixir-lang/emacs-elixir
11
11
; ; Created: Mon Nov 7 2011
12
12
; ; Keywords: languages elixir
13
- ; ; Version: 2.2.7
13
+ ; ; Version: 2.2.8
14
14
; ; Package-Requires: ((emacs "24") (pkg-info "0.4"))
15
15
16
16
; ; This file is not a part of GNU Emacs.
You can’t perform that action at this time.
0 commit comments