mako-tmbundle
mako-tmbundle copied to clipboard
<%namespace name="..."> breaks all highlighting
Looks like a part of <%def> syntax containing highlighting of name attribute could be copy-pasted to <%namespace>?

@aldanor Hey sorry but I really don't have time to maintain this, I just ported this to github for personal use way back. But if you can submit a pull request I'll be happy to test and merge it. :)
I realize this is a couple years late, but I don't think this is actually an issue. There's a syntax error that's preventing the highlighting from working.
<%namespace name="test">
should be
<%namespace name="test"/>
By ending <%namespace with /> the highlight works as expected.