v0.1.1
Installation
Add to your mix.exs:
def deps do
[
{:makeup_cure, "~> 0.1.1"}
]
endThen run:
mix deps.getUsage
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