zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

README.md (521B)


      1 # MakeupErlang
      2 
      3 [![Build Status](https://travis-ci.org/tmbb/makeup_erlang.svg?branch=master)](https://travis-ci.org/tmbb/makeup_erlang)
      4 
      5 A [Makeup](https://github.com/tmbb/makeup/) lexer for the `Erlang` language.
      6 
      7 ## Installation
      8 
      9 Add `makeup_erlang` to your list of dependencies in `mix.exs`:
     10 
     11 ```elixir
     12 def deps do
     13   [
     14     {:makeup_erlang, "~> 0.1.0"}
     15   ]
     16 end
     17 ```
     18 
     19 The lexer will automatically register itself with `Makeup` for the languages `erlang` and `erl` 
     20 as well as the extensions `.erl`, `.hrl` and `.escript`.