[TxMt] scheme comment highlighting
Mikael Säker
mikael at sicher.org
Tue Aug 15 20:47:35 UTC 2006
There were a few scopes where comments did not work, but I have fixed
that and checked in a new version of the bundle into the repository.
Cheers,
Mikael
On 14 aug 2006, at 14.45, BigKM wrote:
> Hi,
> Was wondering if someone could help me with this I've tried but
> cant seem to get it working, what i want is to get the text in the
> example that reads "THIS SHOULD BUT DOESN'T" to get colored as a
> comment, (this is in the scheme bundle),
>
> ; THIS GETS COLORED AS A COMMENT
> (define (np n m)
> ; THIS SHOULD BUT DOESN'T
> (if (or (= n 1) (= m 1))
> 1
> (+ (np n (- m 1)) (np (- n 1) m))))
>
>
>
> Thanks.
>
> ______________________________________________________________________
> For new threads USE THIS: textmate at lists.macromates.com
> (threading gets destroyed and the universe will collapse if you don't)
> http://lists.macromates.com/mailman/listinfo/textmate
--
Mikael Säker <mikael at sicher.org>
http://www.sicher.org
"Strangers have the best candy."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macromates.com/textmate/attachments/20060815/0ffde4ff/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2417 bytes
Desc: not available
URL: <http://lists.macromates.com/textmate/attachments/20060815/0ffde4ff/attachment.p7s>
More information about the textmate
mailing list