vim/snippets/snippet.snippets @ bb3ad1e86f0a

http://i.imgur.com/DY4Y9.png
author Steve Losh <steve@stevelosh.com>
date Tue, 17 Jan 2012 14:25:49 -0500
parents cdc196e91cd2
children (none)
# snippets for making snippets :)
snippet snip
	snippet ${1:trigger}
		${2}
snippet msnip
	snippet ${1:trigger} ${2:description}
		${3}