vim/after/syntax/lisp.vim @ 6a75b5bfa46c

Improve hgd mapping
author Steve Losh <steve@stevelosh.com>
date Mon, 07 Dec 2015 15:43:55 +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 !#\\[\(\)]!