Created
July 22, 2014 20:16
-
-
Save Ceda/c03536c82b8dd0a593cf to your computer and use it in GitHub Desktop.
Folding (Regular Expressions)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ 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