Packages

Phoenix Reactify is an open-source tool meant to add a simple React implementation to fresh Phoenix Applications.

Current section

Files

Jump to
phoenix_reactify _build dev lib makeup_erlang ebin makeup_erlang.app
Raw

_build/dev/lib/makeup_erlang/ebin/makeup_erlang.app

{application,makeup_erlang,
[{applications,[kernel,stdlib,elixir,logger,makeup]},
{description,"Erlang lexer for the Makeup syntax highlighter.\n"},
{modules,['Elixir.Makeup.Lexers.ErlangLexer',
'Elixir.Makeup.Lexers.ErlangLexer.Application',
'Elixir.Makeup.Lexers.ErlangLexer.Testing']},
{registered,[]},
{vsn,"0.1.1"},
{mod,{'Elixir.Makeup.Lexers.ErlangLexer.Application',[]}}]}.