shevegen
Joined: 01 May 2005 Posts: 24
|
Posted: Thu Sep 17, 2009 3:54 pm Post subject: Highlighting - specify multiple triggers for the same colour |
|
|
I am reading up on http://tintin.sourceforge.net/manual/highlight.php and I am playing around with it.
Now, I love colours, and found myself using many of these already.
One thing I use is this:
#high {east} {cyan}
#high {west} {cyan}
#high {north} {cyan}
#high {south} {cyan}
I want all these exits to share the same colour.
My question is if this can be unified somehow? Something like:
#high {south;west;north;south} {cyan}
As I thought about it, actually, I would like to specify all triggers
for the same colour, so this could become very long. Perhaps
a new command could be used?
Anyway, I am glad for for ideas. And btw it is no big problem
because right now I solve it by using several lines each specifying
the same colour, so it is not really a "problem", just my preference
if there would be some thing pointing at the same colour.
A bit like the CSS selector rules:
h1,h2,h3,h4 {color: green}
Now these html elements would all have the same color  |
|