1
0
mirror of https://github.com/amix/vimrc synced 2025-07-09 02:25:00 +08:00

Add support for Scheme and Racket language.

This commit is contained in:
Kurtis Moxley
2022-06-05 18:14:25 +08:00
parent ea73a5a99d
commit e371e16382
129 changed files with 67865 additions and 587 deletions

View File

@ -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 <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 !#\\[\(\)]!