aboutsummaryrefslogtreecommitdiffstats
path: root/support/vim/indent/tuplr.vim
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-07-09 04:44:34 +0000
committerDavid Robillard <d@drobilla.net>2009-07-09 04:44:34 +0000
commitc8c4f52cc9130a349be2cefd4a3199729bef1bb9 (patch)
treef5c7e271a6e6cedcc185069e3a1de03ddcf062a2 /support/vim/indent/tuplr.vim
parentd1f38c9f27ff1a0208884058d3c8450650703ee9 (diff)
downloadresp-c8c4f52cc9130a349be2cefd4a3199729bef1bb9.tar.gz
resp-c8c4f52cc9130a349be2cefd4a3199729bef1bb9.tar.bz2
resp-c8c4f52cc9130a349be2cefd4a3199729bef1bb9.zip
Add vim support files (indentation and syntax).
git-svn-id: http://svn.drobilla.net/resp/tuplr@187 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'support/vim/indent/tuplr.vim')
-rw-r--r--support/vim/indent/tuplr.vim15
1 files changed, 15 insertions, 0 deletions
diff --git a/support/vim/indent/tuplr.vim b/support/vim/indent/tuplr.vim
new file mode 100644
index 0000000..8e0c6e4
--- /dev/null
+++ b/support/vim/indent/tuplr.vim
@@ -0,0 +1,15 @@
+" 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