aboutsummaryrefslogtreecommitdiffstats
path: root/support/vim/indent/resp.vim
diff options
context:
space:
mode:
Diffstat (limited to 'support/vim/indent/resp.vim')
-rw-r--r--support/vim/indent/resp.vim15
1 files changed, 15 insertions, 0 deletions
diff --git a/support/vim/indent/resp.vim b/support/vim/indent/resp.vim
new file mode 100644
index 0000000..9121c6c
--- /dev/null
+++ b/support/vim/indent/resp.vim
@@ -0,0 +1,15 @@
+" Vim indent file
+" Language: Resp
+" Maintainer: Dave Robillard <d@drobilla.net>
+" Last Change: 2010 Dec 1
+
+" Only load this indent file when no other was loaded.
+if exists("b:did_indent")
+ finish
+endif
+
+setlocal lisp
+setlocal lispwords=def,fn,match,def-type
+setlocal expandtab
+
+runtime! indent/lisp.vim