[TxMt] folding issue with loop ... end loop (vhdl bundle)

Jeroen van der Ham jeroen at je-ju.net
Mon Aug 15 13:16:29 UTC 2005


On 15-08-2005 15:12, Peter Vohmann wrote:
>     foldingStartMarker = "(?i:^\\s*(\w+:)?((entity|architecture|
> configuration|component|package|process|function|procedure|case|if|
> for|while|loop)\\b))";

Watch out: you need to escape \'s in the regexp and you have "\w+" there
which should be "\\w+".

Jeroen.

-- 
            <http://www.je-ju.net/~jeroen/blog/>



More information about the textmate mailing list