Double syntax context switch
Leonard den Ottolander
leonard at den.ottolander.nl
Sat Apr 16 22:07:56 UTC 2005
Hi Paul,
Let me explain a little more. Shouldn't:
On Sat, 2005-04-16 at 18:18, Paul Sheer wrote:
> context default
> keyword whole echo brightmagenta/20
>
> context " " green/7
> keyword \\" brightgreen/15
> keyword \\' yellow/24
> keyword ' brightred/19
>
> context ' ' brightgreen/15
> keyword \\' brightgreen/15
> keyword \\" brightred/19
> keyword " brightcyan/16
and:
context default
keyword whole echo brightmagenta/20
keyword " green/7
keyword ' brightgreen/15
context exclusive " " green/7
keyword \\" brightgreen/15
keyword \\' yellow/24
keyword ' brightred/19
context exclusive ' ' brightgreen/15
keyword \\' brightgreen/15
keyword \\" brightred/19
keyword " brightcyan/16
render the same result for
$ cat test.php
<?php
echo '"';
echo "'";
?>
?
Leonard.
--
mount -t life -o ro /dev/dna /genetic/research
More information about the mc-devel
mailing list