vim/snippets/scheme.snippets @ 799b6f1a5205

Hell yeah, CursorLine pulsing!
author Steve Losh <steve@stevelosh.com>
date Sun, 30 Oct 2011 22:21:25 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))