commit ea95983ed7380816a22d5417d176dd74cf5f0a11
parent 3417c97e6a2fcb060e7f00f92640ab5a22be1332
Author: Ed van Bruggen <edvb@uw.edu>
Date: Sat, 11 Apr 2020 13:46:10 -0700
Add switch as special indent keyword
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ftplugin/tisp.vim b/ftplugin/tisp.vim
@@ -14,7 +14,7 @@ setl commentstring=;\ %s
setl define=^\\s*(def\\k*
setl formatoptions-=t
setl iskeyword+=+,-,*,/,%,<,=,>,:,$,?,!,@-@,94
-setl lispwords+=recur
+setl lispwords+=recur,switch
if exists('g:paredit_loaded')
call PareditInitBuffer()