vim/after/syntax/lisp.vim @ 0ba11224bd3d
Add weechat/certs/ca-bundle.crt to .hgignore.
author |
Steve Losh <steve@stevelosh.com> |
date |
Sat, 20 Feb 2016 12:42:56 +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 !#\\[\(\)]!