makeup_eex

(H)EEx lexer for Makeup

Latest version: 2.0.2 registry icon
Maintenance score
8
Safety score
100
Popularity score
71
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
2.0.2 0 0 0 0 0
2.0.1 0 0 0 0 0
2.0.0 0 0 0 0 0
1.0.0 0 0 0 0 0
0.1.2 0 0 0 0 0
0.1.1 0 0 0 0 0
0.1.0 0 0 0 0 0

Stability
Latest release:

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

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

BSD-2-Clause   -   BSD 2-Clause "Simplified" License

Not a wildcard

Not proprietary

OSI Compliant



MakeupEEx

A Makeup lexer for the EEx and HEEx languages.

Installation

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 languages
  • HEExLexer - this lexer is automatically registered for the heex language

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.