On 18 Jun 2012, at 5:59 PM, domguin dom@domguinness.com wrote:
I use a scripting language at work that windows users use with Notepad++. N++ only uses //. and //.. as the start and end of folding and for the life of me I can't get my regex to capture the closing reference. I would expect //.. to work but I'm not having any joy...
Seems like this should work as a folding rule?
{ foldingStartMarker = '^//..*$)'; foldingStopMarker = '(^//...*$)'; }