rstacruz / expug

Pug templates for Elixir
http://hexdocs.pm/expug
82 stars 3 forks source link

Multiline expressions #2

Closed rstacruz closed 8 years ago

rstacruz commented 8 years ago

Added support for multiline code. Lines ending in {, (, [ or , will assume to be wrapped.

= render App.FooView, "nav.html",
  conn: @conn,
  action: {
    "Create new",
    item_path(@conn, :new) }