vim/after/syntax/lisp.vim @ 9062792cfda3
More
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Tue, 01 Mar 2016 12:31:04 +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 !#\\[\(\)]!