vim/snippets/snippet.snippets @ 2e25b11e75fc

A bunch of stuff from the past few days.
author Steve Losh <steve@stevelosh.com>
date Thu, 08 Sep 2011 09:20:01 -0400
parents cdc196e91cd2
children (none)
# snippets for making snippets :)
snippet snip
	snippet ${1:trigger}
		${2}
snippet msnip
	snippet ${1:trigger} ${2:description}
		${3}