MakeupGleam

CIModule VersionHex Docs

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:

LLM assistance was used in the creation of this package.