slime-lang / slime

Minimalistic HTML templates for Elixir, inspired by Slim.
http://slime-lang.com
MIT License
371 stars 57 forks source link

Attribute list delimiter option #98

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hi!

Is it possible to add something similar to slim's Attribute list delimiter option :attr_list_delims? It would resolve a conflict between the interpolation markers {{ }} some js libraries use and slime's own attribute list delimiters { }.

lpil commented 8 years ago

A good suggestion! Currently I'm interested in working on improving code quality more than introducing new features. Perhaps someone else will be interested.