vim/snippets/scheme.snippets @ 67a6999a73d0

Switch to SLIMV for Clojure.
author Steve Losh <steve@stevelosh.com>
date Mon, 20 Jun 2011 20:03:50 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))