yosssi / ace

HTML template engine for Go
MIT License
836 stars 89 forks source link

Support for colon in attribute names #79

Open liilac opened 7 years ago

liilac commented 7 years ago

Would it be possible to add support for colons in attribute names, for use with JavaScript frameworks like Vue.js?

E.g. v-bind:items="something"

At present printed inside the tag and not as an attribute.