1
0
Fork 0
mirror of synced 2024-06-30 04:21:09 -04:00
ultimate-vim/sources_non_forked/slimv/syntax/lisp/slimv-syntax-lisp.vim
2022-06-05 18:14:25 +08:00

22 lines
653 B
VimL

" slimv-syntax-lisp.vim:
" Lisp syntax plugin for Slimv
" Version: 0.9.11
" Last Change: 22 Apr 2013
" Maintainer: Tamas Kovacs <kovisoft at gmail dot com>
" 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 !#\\[\(\)]!