vim/bundle/slimv/indent/clojure.vim @ 06136166f07e
sub: vim/html5
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 16 Nov 2010 17:01:28 -0500 |
parents |
c4d3b4507707 |
children |
(none) |
" clojure.vim:
" Clojure indent plugin for Slimv
" Version: 0.5.4
" Last Change: 15 Nov 2009
" Maintainer: Tamas Kovacs <kovisoft at gmail dot com>
" License: This file is placed in the public domain.
" No warranty, express or implied.
" *** *** Use At-Your-Own-Risk! *** ***
"
" =====================================================================
"
" Load Once:
if exists("b:did_indent")
finish
endif
runtime indent/**/lisp.vim
set lisp