Improve liquid snippet

This commit is contained in:
crazymaster 2013-08-17 15:19:48 +09:00
parent 23ce1eab41
commit 4ef59e37bf
1 changed files with 12 additions and 1 deletions

View File

@ -113,5 +113,16 @@ options word
snippet gist
options word
{% gist ${1:#:TARGET} %}
{% gist `getreg('+')=='' ? '<\`0\`>' : getreg('+')` %}
snippet template
abbr layout title category
alias ---
options head
---
layout: ${1}
title: ${2}
category: ${3}
---
${0}