File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
15
## v2.2.6 - 2015/08/05
2
16
* [ #234 ] ( https://github.com/elixir-lang/emacs-elixir/pull/234 ) - don't highlights LHS as a variable in ` == ` case fixes #225
3
17
* [ #233 ] ( https://github.com/elixir-lang/emacs-elixir/pull/233 ) - module syntax highlighting also works correctly with &
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.6
13
+ ; ; Version: 2.2.7
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