vim/snippets/snippet.snippets @ c3129613e34a

vim: add the Django tag shortcut
author Steve Losh <steve@stevelosh.com>
date Thu, 07 Apr 2011 10:27:09 -0400
parents cdc196e91cd2
children (none)
# snippets for making snippets :)
snippet snip
	snippet ${1:trigger}
		${2}
snippet msnip
	snippet ${1:trigger} ${2:description}
		${3}