el-get/recipes/elixir-ts-mode.rcp
Vedang Manerikar 16dba76d6c
Add elixir-ts-mode (#2948)
* Add a recipe for heex-ts-mode

This is a requirement for the elixir-ts-mode recipe, which the next
commit will introduce

* Add a recipe for elixir-ts-mode

Major mode for Elixir with tree-sitter support
2024-05-25 11:55:35 +02:00

7 lines
225 B
Plaintext

(:name elixir-ts-mode
:type github
:pkgname "wkirschbaum/elixir-ts-mode"
:description "Major mode for Elixir with tree-sitter support"
:depends (heex-ts-mode)
:minimum-emacs-version "29.1")