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
This commit is contained in:
Vedang Manerikar 2024-05-25 15:25:35 +05:30 committed by GitHub
parent 96ef3f1037
commit 16dba76d6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,6 @@
(: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")

5
recipes/heex-ts-mode.rcp Normal file
View File

@ -0,0 +1,5 @@
(:name heex-ts-mode
:type github
:pkgname "wkirschbaum/heex-ts-mode"
:description "Major mode for Heex with tree-sitter support"
:minimum-emacs-version "29.1")