[TxMt] scheme comment highlighting

BigKM bigkm at optusnet.com.au
Mon Aug 14 12:45:40 UTC 2006


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macromates.com/textmate/attachments/20060814/84d2cee4/attachment.html>


More information about the textmate mailing list