Skip to content

Commit

Permalink
Add elixir-ts-mode (#2948)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
vedang committed May 25, 2024
1 parent 96ef3f1 commit 16dba76
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions recipes/elixir-ts-mode.rcp
Original file line number Diff line number Diff line change
@@ -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 changes: 5 additions & 0 deletions recipes/heex-ts-mode.rcp
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit 16dba76

Please sign in to comment.