Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Apr 05:19
· 4 commits to main since this release
79574ed

Installation

Add to your mix.exs:

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

Then run:

mix deps.get

Usage

Once installed, ExDoc and any other tool using Makeup will automatically
syntax-highlight Cure code blocks (tagged with cure as the language).

alias Makeup.Lexers.CureLexer
CureLexer.lex("fn add(a: Int, b: Int) -> Int = a + b")

What's Changed

See CHANGELOG.md for detailed changes.

Documentation

Full Changelog: https://github.com/am-kantox/makeup_cure/commits/v0.1.0