vim/snippets/scheme.snippets @ b129d51073d8

Status line colors.
author Steve Losh <steve@stevelosh.com>
date Thu, 15 Sep 2011 11:30:40 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))