Skip to content

Instantly share code, notes, and snippets.

@Ceda
Created July 22, 2014 20:16
Show Gist options
  • Save Ceda/c03536c82b8dd0a593cf to your computer and use it in GitHub Desktop.
Save Ceda/c03536c82b8dd0a593cf to your computer and use it in GitHub Desktop.
Folding (Regular Expressions)
{ foldingStartMarker = '(/\*|\{\s*$)|if\s*\(.*\)';
foldingStopMarker = '(\*/|^\s*\})|endif;';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment