MakeupGleam
A Makeup lexer for the Gleam language.
Installation
Add makeup_gleam to your list of dependencies in mix.exs:
def deps do
[
{:makeup_gleam, ">= 1.0.0 and < 2.0.0"}
]
end
The lexer will automatically register itself with Makeup for the language gleam
as well as the extension .gleam.
History
This package was based off of the MakeupElixir package, thank you to the original contributors:
- Ang
- José Valim
- Josh Price
- Kian-Meng Ang
- Lukas Backström
- Lukas Larsson
- Marcos Ferreira
- sir fish
- tmbb
- Wojtek Mach
LLM assistance was used in the creation of this package.