vim/snippets/scheme.snippets @ 80e8bc166d00

vim: highlight python docstrings
author Steve Losh <steve@stevelosh.com>
date Thu, 11 Nov 2010 18:27:38 -0500
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))