[TxMt] Nested comments for a Coldfusion language bundle
    Michael Sheets 
    mummer at whitefalls.org
       
    Fri Feb 10 21:05:41 UTC 2006
    
    
  
> any ideas how to get nesting working?
Put the comment pattern in the repository then include it in the main  
syntax that way. Then you add the comment repository item to the  
comment item itself:
repository = {
    comment = {
       name = 'comment.block.html';
       begin = '<!---';
       end    = '--->';
       patterns = ( { include = '#comment'; }, );
    };
};
    
    
More information about the textmate
mailing list