Created
May 22, 2015 22:33
-
-
Save ryanburnette/cd2191fe9d01fa8b6163 to your computer and use it in GitHub Desktop.
Convert Liquid gist plugin from Jekyll to ERB for middleman-gist in Vim.
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
%s/{% gist ryanburnette\/\([a-z|0-9]\{20}\) %}/<%= gist "ryanburnette", "\1" %>/g |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment