zf

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

README.md (535B)


      1 # MakeupElixir
      2 
      3 [![Build Status](https://github.com/elixir-makeup/makeup_elixir/workflows/CI/badge.svg)](https://github.com/elixir-makeup/makeup_elixir/actions)
      4 
      5 A [Makeup](https://github.com/elixir-makeup/makeup/) lexer for the Elixir language.
      6 
      7 ## Installation
      8 
      9 Add `makeup_elixir` to your list of dependencies in `mix.exs`:
     10 
     11 ```elixir
     12 def deps do
     13   [
     14     {:makeup_elixir, "~> 0.14.0"}
     15   ]
     16 end
     17 ```
     18 
     19 The lexer will be automatically registered in Makeup for
     20 the languages "elixir" and "iex" as well as the extensions
     21 ".ex" and ".exs".