" Vim indent file
" Language:	Tuplr
" Maintainer:	Dave Robillard <dave@drobilla.net>
" Last Change:	2009 Mar 5

" Only load this indent file when no other was loaded.
if exists("b:did_indent")
  finish
endif

setlocal lisp
setlocal lispwords=def,fn,match,type
setlocal expandtab

runtime! indent/lisp.vim