fuel / parser

Fuel PHP Framework - v1.x template parser package adapters
http://fuelphp.com
64 stars 45 forks source link

MtHaml support #59

Closed ronan-gloo closed 11 years ago

ronan-gloo commented 11 years ago

I've wrote a parser in order to integrate this project: https://github.com/arnaud-lb/MtHaml Haml-Twig is supported through the shipped Twig parser.

Let me know if you're insterested, i'll send a pull request.

Cheers.

WanWizard commented 11 years ago

Always interested in new functionality.

We're in a feature freeze at the moment, pending the release of 1.5. So if you can wait a week or so, and then send a PR on 1.6/develop?

ronan-gloo commented 11 years ago

Ok, no problem !

WanWizard commented 11 years ago

If you come around to looking at this, know that we're moving to Composer at the moment. There is a composer package available for mthaml, so the parser driver should use that.