Skip to content

elixir-makeup/makeup_erlang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MakeupErlang

CI Module Version Hex Docs

A Makeup lexer for the Erlang language.

Installation

Add makeup_erlang to your list of dependencies in mix.exs:

def deps do
  [
    {:makeup_erlang, "~> 1.0"}
  ]
end

The lexer will automatically register itself with Makeup for the languages erlang and erl as well as the extensions .erl, .hrl and .escript.