Created
April 21, 2014 22:49
-
-
Save simonewebdesign/11159203 to your computer and use it in GitHub Desktop.
Sublime Text find/replace anything (code) between HTML tags
This file contains 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
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