-
Notifications
You must be signed in to change notification settings - Fork 456
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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") |