vim/after/syntax/lisp.vim @ 8a1376b77b80

its a bird its a plane no its just a plane actually
author Steve Losh <steve@stevelosh.com>
date Thu, 21 Jan 2016 15:50:58 +0000
parents e7642253ffde
children e5daabe9025c
" 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

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