Skip to content

Releases: elixir-editors/language-elixir

v0.16.0

06 Aug 19:45
921abcd
Compare
Choose a tag to compare

Features

  • Added snippets for describe and setup blocks.

0.12.0

03 Mar 21:15
Compare
Choose a tag to compare

Features

  • Better ligature support for bitwise operations
  • inline def and inline defp snippets.

0.11.1

17 Feb 15:29
Compare
Choose a tag to compare

Bugs

  • Fix autocomplete ordering for doc and do snippets

0.11.0

16 Feb 03:36
Compare
Choose a tag to compare

Features

  • Added Logger.debug snippets

v0.10.0

08 Feb 02:28
Compare
Choose a tag to compare

Changes

  • Add highlighting for directives
  • Add highlighting for function and macro names
  • Updated def, defp, defmacro, and defmacrop snippets to include a default name

v0.9.0

08 Feb 01:31
Compare
Choose a tag to compare

Features

  • Snippet for IO.puts

v0.8.0

21 Jan 15:12
Compare
Choose a tag to compare

Features

  • Snippets for generating eex tags (<% %>, etc.)

v0.7.2

18 Jan 19:46
Compare
Choose a tag to compare

Bugs

  • Indent newlines after fn to support multiple definitions for an anonymous function.

v0.7.1

18 Jan 19:27
Compare
Choose a tag to compare

Bugs

  • fix highlighting for embedded elixir tags.

v0.7.0

18 Jan 19:01
Compare
Choose a tag to compare

Features

  • with syntax highlighting
  • for snippet
  • ligature support for |> and ->