2.0.2 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
BSD-2-Clause - BSD 2-Clause "Simplified" LicenseA 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"}
]
end
This package provides two lexers:
EExLexer
- this lexer is automatically registered for the eex
and html_eex
languagesHEExLexer
- this lexer is automatically registered for the heex
languageIt 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.