Skip to content

Instantly share code, notes, and snippets.

@ryanburnette
Created May 22, 2015 22:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanburnette/cd2191fe9d01fa8b6163 to your computer and use it in GitHub Desktop.
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.
%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