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+
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 &
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments