This is the old (static) wiki. Please go here instead

TextMate
XSLT

Take a gander at Brian Lalor’s XML bundle. The latest version in SVN has better highlighting, folding and indenting, including separate colors for namespace’d nodes.



XSL syntax highlighting, that includes syntax coloring for both XSL tags and the HTML contained within it.

HTML syntax coloring should be the same as the default in TM, whereas XSL tags should have their own color style (attributes colored separately from tags as well…perhaps XSL tags have a different background color to differentiate from HTML?).



The syntax for XSL is just XML, which is not necessarily always HTML. And even in cases where tags have the same name, it’s not always the case that it is really HTML.

So, I’d say that it’s a bit too specific…


This should be fairly easy, as anything that starts with “XSL tag, and everything else is an HTML tag and should be colored as such. Not sure what the previous comment means.



What I meant was that everything with XSL syntax, but everything else is not necessarily HTML, but it is all XML.
So what you want is syntax colouring for all tags, where tags with ‘xsl:’ in it are of a different colour.