vim/snippets/snippet.snippets @ 269a03071afd

why did i wait to do this?
author Steve Losh <steve@stevelosh.com>
date Tue, 24 Jul 2018 04:26:04 +0000
parents cdc196e91cd2
children (none)
# snippets for making snippets :)
snippet snip
	snippet ${1:trigger}
		${2}
snippet msnip
	snippet ${1:trigger} ${2:description}
		${3}