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

Scheme systax mark first argument as function even it's list with numbers #1331

Closed
jcubic opened this issue Mar 4, 2018 · 2 comments
Closed

Comments

@jcubic
Copy link
Contributor

jcubic commented Mar 4, 2018

If you defined sheme code like this:

'(1 2 3)

or

(defmacro (foo x) `(1 2 ,@(car x) 3 4))

prism is showing 1 in different color, you can see the issue on this page https://jcubic.github.io/lips/docs.html

@Golmote
Copy link
Contributor

Golmote commented Mar 4, 2018

Thanks for reporting! Should be fixed now.

@jcubic
Copy link
Contributor Author

jcubic commented Nov 27, 2022

Thanks, just going through GitHub notifications in my spam folder.

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

No branches or pull requests

2 participants