arnaud-lb / MtHaml

Multi target HAML (HAML for PHP, Twig, <your language here>)
Other
359 stars 54 forks source link

Add support for jade #62

Open hason opened 10 years ago

hason commented 10 years ago

Jade is very similar to haml - http://jade-lang.com/

arnaud-lb commented 10 years ago

:+1:

soullivaneuh commented 10 years ago

Maybe a separate bundle would be more logic, isn't it ?

arnaud-lb commented 10 years ago

Although there are standalone Jade libraries already, adding Jade support in MtHAML would allow to immediately get all of MtHAML's features:

Jade and HAML have a lot in common. MtHAML could support Jade by adding a JadeParser and a few Node classes. Renderers, escaping, etc would only require very minor changes.