NonGNU ELPA - elixir-mode

elixir-mode

Description
Major mode for editing Elixir files
Latest
elixir-mode-2.4.0.tar, 2022-Jan-29, 180 KiB
Maintainer
Website
https://github.com/elixir-editors/emacs-elixir
Browse ELPA's repository
CGit or Gitweb
Badge

To install this package, run in Emacs:

M-x package-install RET elixir-mode RET

Full description

 Provides font-locking, indentation and navigation support
 for the Elixir programming language.

News

v2.3.1 - 2016/04/19

  • #337 - Fix indentation issue after COMMA token
  • #333 - Fix indentation of second element inside list of tuples
  • #332 - Correct indent after using 'for' as function name
  • #329 - Indent by one level if current line belongs to function call

v2.3.0 - 2016/04/13

  • #327 - Correct indentation of maps inside lists
  • #326 - Correct anonymous fun indent inside block
  • #325 - Fix indentation of statement keywords on dot call
  • #324 - added failing tests for named functions in if and case
  • #322 - added a failing indentation test for cond within with
  • #321 - Fix invalid highlighting '::' in binaries
  • #318 - Fix indent of pipes inside blocks of 'def' for example

v2.2.9 - 2016/04/03

  • #317 - Correct pipeline indentation
  • #316 - Fix indentation of if within an else block
  • #315 - Correct indentation with for-comprehensions within blocks
  • #314 - Fix highlighting triple single quote(heredoc)
  • #313 - Correct indentation after a one line 'fn' definition
  • #305 - Added test case for for-comprehensions within case
  • #303 - Fix escaped delimiter in sigil issue
  • #295 - Demonstrate defstruct indention in a test case
  • #261 - Test for multi-line function calls without parenthesis
  • #299 - Added with/1 to the highlighted keywords
  • #298 - Added a test for alignment of the last key in multiline maps in cases
  • #296 - Gray out ignored variables
  • #291 - Added a test for indenting non-finished one-line if-else
  • #289 - Added a test case for if within an else
  • #287 - Fix sigil triple quotes
  • #284 - Added a test for highlighting end after comment
  • #285 - Don't capture '(or line-start (not (any ".")))'
  • #282 - Indent multiple macro calls with do colon correct
  • #280 - Fix one line definitions with equal char inside guard
  • #279 - Fix indentation of single line fun declarations after single line fun declarations with when clauses
  • #277 - Fix syntax highlighting sigils in string
  • #273 - Removed send_after from highlighted keywords
  • #272 - Added send and send_after to font lock ... ...