vim/after/syntax/lisp.vim @ e5daabe9025c

Random vim shit
author Steve Losh <steve@stevelosh.com>
date Tue, 09 Feb 2016 13:44:13 +0000
parents e7642253ffde
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 !#\\[\(\)]!