[TxMt] a newbie asks for help with regular expressions

Domenico Carbotta domenico.carbotta at fastwebnet.it
Sat Aug 19 10:05:42 UTC 2006


this one should work. the last line allows to escape * inside  
comments with a backslash, remove it if that's not the case ;)

{   name = 'element.comment.first';
     begin = '\*';
     end = '\*';
     patterns = ({ match = '\\\*'; });
}


ciao,

domenico



More information about the textmate mailing list