Releases: elixir-editors/language-elixir
Releases · elixir-editors/language-elixir
v0.16.0
Features
- Added snippets for
describe
and setup
blocks.
0.12.0
Features
- Better ligature support for bitwise operations
- inline def and inline defp snippets.
0.11.1
Bugs
- Fix autocomplete ordering for
doc
and do
snippets
0.11.0
Features
- Added
Logger.debug
snippets
v0.10.0
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.8.0
Features
- Snippets for generating eex tags (
<% %>
, etc.)
v0.7.2
Bugs
- Indent newlines after
fn
to support multiple definitions for an anonymous function.
v0.7.1
Bugs
- fix highlighting for embedded elixir tags.
v0.7.0
Features
with
syntax highlighting
for
snippet
- ligature support for
|>
and ->