mako-tmbundle icon indicating copy to clipboard operation
mako-tmbundle copied to clipboard

<%namespace name="..."> breaks all highlighting

Open aldanor opened this issue 12 years ago • 2 comments

Looks like a part of <%def> syntax containing highlighting of name attribute could be copy-pasted to <%namespace>?

anonymous namespace named namespace

aldanor avatar Nov 12 '13 02:11 aldanor

@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. :)

marconi avatar Nov 22 '13 17:11 marconi

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.

cpburnz avatar May 28 '16 14:05 cpburnz