Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 534 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 534 Bytes

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, "~> 0.1.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.