A Makeup lexer for the EEx and HEEx languages.
Add makeup_eex to your list of dependencies in mix.exs:
def deps do
[
{:makeup_eex, "~> 2.0"},
# If using HEEx also add:
# {:makeup_html, ">= 0.0.0"}
]
endThis package provides two lexers:
EExLexer- this lexer is automatically registered for theeexandhtml_eexlanguagesHEExLexer- this lexer is automatically registered for theheexlanguage
It also automatically registers the heex language within the ~H sigil.
Please note that for HEEx, as well as html_eex, you need to install a separate lexer for HTML, such as makeup_html.