Skip to content

Releases: elixir-editors/language-elixir

v0.16.0

Choose a tag to compare

@keathley keathley released this 06 Aug 19:45
921abcd

Features

  • Added snippets for describe and setup blocks.

0.12.0

Choose a tag to compare

@keathley keathley released this 03 Mar 21:15

Features

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

0.11.1

Choose a tag to compare

@keathley keathley released this 17 Feb 15:29

Bugs

  • Fix autocomplete ordering for doc and do snippets

0.11.0

Choose a tag to compare

@keathley keathley released this 16 Feb 03:36

Features

  • Added Logger.debug snippets

v0.10.0

Choose a tag to compare

@keathley keathley released this 08 Feb 02:28

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

Choose a tag to compare

@keathley keathley released this 08 Feb 01:31

Features

  • Snippet for IO.puts

v0.8.0

Choose a tag to compare

@keathley keathley released this 21 Jan 15:12

Features

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

v0.7.2

Choose a tag to compare

@keathley keathley released this 18 Jan 19:46

Bugs

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

v0.7.1

Choose a tag to compare

@keathley keathley released this 18 Jan 19:27

Bugs

  • fix highlighting for embedded elixir tags.

v0.7.0

Choose a tag to compare

@keathley keathley released this 18 Jan 19:01

Features

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