Skip to content

Elixir-Mode v2.1.0

Compare
Choose a tag to compare
@tonini tonini released this 23 Dec 21:44
· 428 commits to master since this release

Enhancements

  • [Indentation] Continue of indentation in multiple line assignment.
  • [Indentation] Always indent with only 2 spaces except when function arguments span multiple lines.
  • [Indentation] Fix the indentation for mixed matchings.
  • [Indentation] Pipe |> indentation works correctly.
  • [Syntax Highlighting] Fontify continuation lines assignment.

Changes

  • [Deprecated] Add deprecated message for eval and quoted functions.