elixir-makeup / makeup_html

HTML lexer for Makeup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MakeupHTML

CI

A Makeup lexer for the HTML language.

Installation

Add makeup_html to your list of dependencies in mix.exs:

def deps do
  [
    {:makeup_html, "~> 0.1.0"}
  ]
end

The lexer will automatically register itself with Makeup for the HTML language as well as the .html extension.

About

HTML lexer for Makeup

License:MIT License


Languages

Language:Elixir 100.0%