Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinfrench/468884 to your computer and use it in GitHub Desktop.
Save justinfrench/468884 to your computer and use it in GitHub Desktop.
foldingStartMarker = '(?x)
(<(?i:head|body|table|thead|tbody|tfoot|tr|div|select|fieldset|style|script|ul|ol|li|form|dl|article|section|header|footer)\b.*?>
|<!--(?!.*-->)
|\{\s*($|\?>\s*$|//|/\*(.*\*/\s*$|(?!.*?\*/)))
|<%.*?do\s?(\|[a-z0-9_,\s]\|)?\s?-?%>
)';
foldingStopMarker = '(?x)
(</(?i:head|body|table|thead|tbody|tfoot|tr|div|select|fieldset|style|script|ul|ol|li|form|dl|article|section|header|footer)>
|^\s*-->
|(^|\s)\}
|<%\s?end\s?-?%>
)';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment