Skip to content

Instantly share code, notes, and snippets.

@michal
Created March 6, 2011 18:53
Show Gist options
  • Save michal/857536 to your computer and use it in GitHub Desktop.
Save michal/857536 to your computer and use it in GitHub Desktop.
folding group syntax and snippet
foldingStartMarker = '/\*\*(?!\*)|\{\s*($|/\*(?!.*?\*/.*\S))|\/\*\s*@group\s*.*\s*\*\/';
foldingStopMarker = '(?<!\*)\*\*/|^\s*\}|\/*\s*@end\s*.*\s*\*\/';
/* @group ${1:name} */
${0:$TM_SELECTED_TEXT}
/* @end ${1:name} */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment