Colonial-Dev / inkjet

A batteries-included syntax highlighting library for Rust, based on tree-sitter.
https://docs.rs/inkjet
Apache License 2.0
50 stars 2 forks source link

Add `iex` and `eex` #8

Closed leandrocp closed 8 months ago

leandrocp commented 8 months ago

eex is provided by its own package

I'm not sure about the alias leex in the Elixir language tho. That was deprecated and replaced by heex (https://github.com/helix-editor/helix/blob/master/runtime/queries/elixir/injections.scm#L44) so I think it should be removed to respect the same aliases defined at https://github.com/elixir-lang/tree-sitter-elixir/blob/a2861e88a730287a60c11ea9299c033c7d076e30/package.json#L33-L36

Colonial-Dev commented 8 months ago

Thanks again! :grin:

leandrocp commented 8 months ago

I'm done for now. That's all I had :D