languages/elixir: add HEEx and EEx treesitter grammars

This commit is contained in:
Mickaël Fortunato 2025-08-16 22:31:40 +02:00
commit add8d82c78
2 changed files with 12 additions and 1 deletions

View file

@ -486,3 +486,8 @@
- Add [roslyn-ls] to the `vim.languages.csharp` module.
- Added json support under `vim.languages.json` using [jsonls] and [jsonfmt].
[Morsicus](https://github.com/Morsicus):
- Add [EEx Treesitter Grammar](https://github.com/connorlay/tree-sitter-eex) for Elixir
- Add [HEEx Treesitter Grammar](https://github.com/phoenixframework/tree-sitter-heex) for Elixir