Skip to content

Instantly share code, notes, and snippets.

@nhooyr
Created February 17, 2016 05:15
Show Gist options
  • Save nhooyr/b97724a5a0d09592dec9 to your computer and use it in GitHub Desktop.
Save nhooyr/b97724a5a0d09592dec9 to your computer and use it in GitHub Desktop.
syn region XMLFold start=+^<\(\%([^/?!><]\)*[^/]>\)\&.*\%(<\1\|[[:alnum:]]\)$+ end=+^</.*[^-?]>$+ fold transparent keepend extend
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment