Skip to content

Commit ae237fe

Browse files
committed
prepare 2.2.7
1 parent 87b5182 commit ae237fe

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v2.2.7 - 2015/09/17
2+
* [#260](https://github.com/elixir-lang/emacs-elixir/pull/260) - Correct indentation after "for" comprehension
3+
* [#259](https://github.com/elixir-lang/emacs-elixir/pull/259) - Indent receive/after matches correct
4+
* [#258](https://github.com/elixir-lang/emacs-elixir/pull/258) - Emacs hangs if `elixir-smie-forward-token` returns an empty string
5+
* [#253](https://github.com/elixir-lang/emacs-elixir/pull/253) - Fix Highlight atom issue(atom contains '!', '?', '@')
6+
* [#252](https://github.com/elixir-lang/emacs-elixir/pull/252) - Fix after dot highlighting
7+
* [#249](https://github.com/elixir-lang/emacs-elixir/pull/249) - Add correct indent for "if" inside a "->" block
8+
* [#246](https://github.com/elixir-lang/emacs-elixir/pull/246) - Fix highlighting true, false, nil
9+
* [#244](https://github.com/elixir-lang/emacs-elixir/pull/244) - True,false, nil are highlighted as atoms
10+
* [#241](https://github.com/elixir-lang/emacs-elixir/pull/241) - correct indent for oneline `do:` when moved to next line
11+
* [#240](https://github.com/elixir-lang/emacs-elixir/pull/240) - Correct indent in case expression when returning a tuple
12+
* [#236](https://github.com/elixir-lang/emacs-elixir/pull/236) - fontify special macros with prefix like '%' and '&'
13+
* [#235](https://github.com/elixir-lang/emacs-elixir/pull/235) - correct indentation for identifiers which contains built in words after a dot
14+
115
## v2.2.6 - 2015/08/05
216
* [#234](https://github.com/elixir-lang/emacs-elixir/pull/234) - don't highlights LHS as a variable in `==` case fixes #225
317
* [#233](https://github.com/elixir-lang/emacs-elixir/pull/233) - module syntax highlighting also works correctly with &

elixir-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
;; URL: https://github.com/elixir-lang/emacs-elixir
1111
;; Created: Mon Nov 7 2011
1212
;; Keywords: languages elixir
13-
;; Version: 2.2.6
13+
;; Version: 2.2.7
1414
;; Package-Requires: ((emacs "24") (pkg-info "0.4"))
1515

1616
;; This file is not a part of GNU Emacs.

0 commit comments

Comments
 (0)