MakeupCEEx
A Makeup lexer for the CEEx language.
Installation
Add makeup_ceex to the list of dependencies in mix.exs:
def deps do
[
{:makeup_ceex, <requirement>}
]
endNote
This package provides one lexer:
Makeup.Lexers.CEExLexer
It automatically registers:
-
the
ceexlanguage within the~CEsigil. -
the
ceexlanguage within the files which are end with.ceexextension.
Thanks
Forked from elixir-makeup/makeup_eex. Many thanks to the original authors and contributors.
License
BSD 2-Clause License