Hi (thanks for writing this awesome vim plugin!)
I have come across a syntax bug where if I use a quotes and hash/pounds to denote a list of vectors literal, all code after the list literal is coloured as quoted:
e.g.
(define vec
`(#() #() #()))
Will cause all code following it to be coloured as if it was quoted.