Skip to content

Instantly share code, notes, and snippets.

@simonewebdesign
Created April 21, 2014 22:49
Show Gist options
  • Save simonewebdesign/11159203 to your computer and use it in GitHub Desktop.
Save simonewebdesign/11159203 to your computer and use it in GitHub Desktop.
Sublime Text find/replace anything (code) between HTML tags
find: <pre>(((?!<\/pre>).|\n)+)<\/pre>
replace: ``` javascript\n$1\n```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment