Fammel icon indicating copy to clipboard operation
Fammel copied to clipboard

A Haml parsing library for PHP

Results 4 Fammel issues
Sort by recently updated
recently updated
newest added

They can only contain literals. Also: - Attribute lists cannot span multiple lines - Have no built-in shortcuts like `:selected => false` instead of `:selected => "selected"`.

todo

I'm writing a WordPress HAML-plugin under GPL2 and i'm wondering if I can include Fammel parser to that plugin.

We should have $this->process_escape instead

Stolen from the HAML Reference: The forward slash character, when placed at the end of a tag definition, causes the tag to be self-closed. For example: ``` %br/ %meta{'http-equiv' =>...

todo