vim/snippets/scheme.snippets @ a4cd3c666a79

vim: add the cram syntax file
author Steve Losh <steve@stevelosh.com>
date Sun, 26 Sep 2010 18:28:43 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))