Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 15 Apr 06:23
· 3 commits to main since this release
4f4a8f7

Installation

Add to your mix.exs:

def deps do
  [
    {:makeup_cure, "~> 0.1.1"}
  ]
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: v0.1.0...v0.1.1