Howdy. Currently textmate supports Descendant selectors and Grouping. I would like to request support for Child selectors as well.
That would be like "string>source" instead of "string source"
<img style="<%= "stuff and #{ "things" }" %>" /> the word "things" is scoped as "meta.tag string source string source string"
The Descendant selector "meta.tag string" affects both of the tag attribute string and all of the embedded source strings. But if it were a Child selector of "meta.tag>string", it would only affect the tag attribute string.
thomas Aylott—subtleGradient