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_elixir ebin makeup_elixir.app
Raw

_build/dev/lib/makeup_elixir/ebin/makeup_elixir.app

{application,makeup_elixir,
[{applications,[kernel,stdlib,elixir,makeup,nimble_parsec]},
{description,"Elixir lexer for the Makeup syntax highlighter.\n"},
{modules,['Elixir.Makeup.Lexers.ElixirLexer',
'Elixir.Makeup.Lexers.ElixirLexer.Application',
'Elixir.Makeup.Lexers.ElixirLexer.Atoms',
'Elixir.Makeup.Lexers.ElixirLexer.Helper',
'Elixir.Makeup.Lexers.ElixirLexer.Testing',
'Elixir.Makeup.Lexers.ElixirLexer.Variables']},
{registered,[]},
{vsn,"0.15.1"},
{mod,{'Elixir.Makeup.Lexers.ElixirLexer.Application',[]}}]}.