If I have a cffunction tag like so:
<cffunction name="getResults" displayname="Gets results for an
activity" returntype="struct"
description="Gets results for an activity">
</cffunction>
because there is a line break and carriage return after the returntype
attribute the TextMate folding doesn't catch my cffunction tag so I
can't collapse it. If everything is on one line then no problem. I
figure this is just a regular expression issue with how the bundle
does its folding markers but I'm no expert. What do I need to do in
order to have it ignore the line breaks when figuring out the folding
markers? Thanks for your help.