Improve liquid snippet
This commit is contained in:
parent
23ce1eab41
commit
4ef59e37bf
@ -113,5 +113,16 @@ options word
|
|||||||
|
|
||||||
snippet gist
|
snippet gist
|
||||||
options word
|
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}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user