Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Improve HEEx comment highlights, inject comment lang (#3170) | Clay | 2022-07-24 |
| | |||
* | add tree-sitter-heex | Michael Davis | 2022-04-13 |
HEEx is a templating engine on top of Elixir's EEx templating language specific to HTML that is included in Phoenix.LiveView (though I think the plan is to eventually include it in base Phoenix). It's a superset of EEx with some additional features like components and slots. The injections don't work perfectly because the Elixir grammar is newline sensitive (the _terminator rule). See https://github.com/elixir-lang/tree-sitter-elixir/issues/24 for more information. |