elixir-ts-mode

Homepage: https://www.gnu.org/software/emacs

Author: Wilhelm H Kirschbaum

Summary

Major mode for Elixir with tree-sitter support

Commentary

This package provides `elixir-ts-mode' which is a major mode for editing
Elixir files and embedded HEEx templates that uses Tree Sitter to parse
the language.

This package is compatible with and was tested against the tree-sitter grammar
for Elixir found at https://github.com/elixir-lang/tree-sitter-elixir.

Features

* Indent

`elixir-ts-mode' tries to replicate the indentation provided by
mix format, but will come with some minor differences.

* IMenu
* Navigation
* Which-fun

Dependencies