From c012f55efda29f09179e921cf148d79deb57616e Mon Sep 17 00:00:00 2001 From: Nick Shipp Date: Sun, 7 May 2017 09:04:01 -0400 Subject: Much maturering of vim configs --- vim/bundle/slimv/syntax/lisp/slimv-syntax-lisp.vim | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 vim/bundle/slimv/syntax/lisp/slimv-syntax-lisp.vim (limited to 'vim/bundle/slimv/syntax/lisp') diff --git a/vim/bundle/slimv/syntax/lisp/slimv-syntax-lisp.vim b/vim/bundle/slimv/syntax/lisp/slimv-syntax-lisp.vim new file mode 100644 index 0000000..57a707b --- /dev/null +++ b/vim/bundle/slimv/syntax/lisp/slimv-syntax-lisp.vim @@ -0,0 +1,21 @@ +" slimv-syntax-lisp.vim: +" Lisp syntax plugin for Slimv +" Version: 0.9.11 +" Last Change: 22 Apr 2013 +" Maintainer: Tamas Kovacs +" License: This file is placed in the public domain. +" No warranty, express or implied. +" *** *** Use At-Your-Own-Risk! *** *** +" +" ===================================================================== +" +" Load Once: +if exists("b:current_syntax") || exists("g:slimv_disable_lisp") + finish +endif + +runtime syntax/**/lisp.vim + +" Change syntax for #\( and #\) to string so that paren matching ignores them +syn match lispString !#\\[\(\)]! + -- cgit v1.2.3-70-g09d2