[TxMt] Auto-indent and multi-line comments

Michael Sheets mummer at whitefalls.org
Mon Oct 22 03:24:05 UTC 2007


On Oct 21, 2007, at 11:08 AM, Jeremy Sachs wrote:

> I'm playing with some auto-indent rules, and I've come across a  
> scenario that gives me trouble. Consider text (in fact valid code)  
> that is written like this:
>
> somescope {
> /*
>  *}  <--curly brace
>  */
> }

The indention regex matches are limited to one line, there no way  
currently to solve this. It can be done for single line comments  
because the delimiter is on every line.



More information about the textmate mailing list