On 2006-08-21 15:41:27 +0300, Timothy Bates timothy.c.bates@gmail.com said: Very strange \n\n works in find but foldingStopMarker ignores it. Is the any restrictions for patterns for foldingStopMarker ?
All patterns in language files are limited to matching one line at a time. So what our trying to do is impossible. This is done because otherwise typing a single char would be able to change the styling/ foldings etc, of many many lines; could cause a cascade effect of slowness; not good.