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.