realistschuckle / gohaml

An implementation of the popular XHTML Abstraction Markup Language using the Go language.
MIT License
95 stars 13 forks source link

Should support json-like syntax for properties #19

Open omenking opened 9 years ago

omenking commented 9 years ago

I'm used to haml supporting the json-like syntax over hash rockets.

.projects{ng:{repeat:"project in projects"}}

If you are using angularjs it really condenses the code to have json-like syntax