vim/snippets/scheme.snippets @ 5dd290b11084

Unfuck the Clojure indentation mapping.  Who knows what happened.
author Steve Losh <steve@stevelosh.com>
date Sat, 04 Aug 2012 11:12:30 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))