Skip to content

Instantly share code, notes, and snippets.

Created March 6, 2010 20:30
Show Gist options
  • Save anonymous/323924 to your computer and use it in GitHub Desktop.
Save anonymous/323924 to your computer and use it in GitHub Desktop.
foldingStartMarker = '/\*\*(?!\*)|\{\s*($|/\*(?!.*?\*/.*\S))';
foldingStopMarker = '(?<!\*)\*\*/|^\s*\}';
Update these expressions so they also recongize:
foldingStartMarker:
/* section: something variable
---------------------------------------------- */
foldingStopMarker:
/* ------------------------------------------- */
If it helps they number of dashes is always the same:
foldingStarMark = 47
foldingStopMarker = 44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment