Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

syntax highlighting on list of vectors breaks #26

Open
djtango opened this issue May 23, 2016 · 1 comment
Open

syntax highlighting on list of vectors breaks #26

djtango opened this issue May 23, 2016 · 1 comment

Comments

@djtango
Copy link

djtango commented May 23, 2016

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.

@wlangstroth
Copy link
Owner

This is the damnedest thing. You'll notice if you add way too many closing parens, the quoting stops. At first, I thought "aha!" and thought I could solve the problem, but was quickly defeated by VimL. If you think of anything, let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants