Also, in the following example:
- Code: Select all
<div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?> clear-block">
I would like everything between quotes to be highlighted in a solid color rather than receiving the normal syntax highlighting. I don't know if that makes sense, but it's the way Smultron does it so it's what I'm used to. It seems to help me visually break things up a bit better.
I've been using textmate to generate my themes, but I can't seem to find the correct scope selectors to do what I'm trying to do.