vim/after/syntax/lisp.vim @ 5c97265b7ffc

add vim-sexp
author Steve Losh <steve@stevelosh.com>
date Sat, 20 Feb 2016 12:40:36 +0000
parents e5daabe9025c
children 90ce3d4bf723
" don't know why this doesn't work in very-magic mode but fuck it, whatever,
" this works i don't care
syn match lispKey "\k\@<!:\k\+"
syn match lispDecl "define-\k\+"

syn keyword lispDecl defmethod defvar defparameter

" FiveAM shit
syn keyword lispDecl test
syn keyword lispFunc def-suite in-suite

syn match lispString !#\\[\(\)]!