vim/after/syntax/lisp.vim @ 71633575375d

RIP
author Steve Losh <steve@stevelosh.com>
date Sat, 23 Jan 2016 18:22:17 +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 !#\\[\(\)]!