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

Extended Symbols in Scheme #3766

Open
jcubic opened this issue Jan 20, 2024 · 0 comments
Open

Extended Symbols in Scheme #3766

jcubic opened this issue Jan 20, 2024 · 0 comments

Comments

@jcubic
Copy link
Contributor

jcubic commented Jan 20, 2024

Information:

  • Prism version: [e.g. 1.14, latest from the download page, etc.]: 1.29.0
  • Plugins: [a list of plugins you are using or 'none']: none
  • Environment: [e.g. Browser, Node, Webpack]: Browser

Description
Scheme symbols with space are not handled properly.

Example
This is an example of the different syntax for symbols |foo bar| (this is a single symbol).

Bigger example:

(list '|foo bar| 10)

Only '|foo is marked as a symbol the rest bar| is marked as a name. (The same happens for GitHub linguist but its language definition is pretty outdated. Most of the new R7RS syntax is not supported).

If you accept PR for version 1.x I can see if I provide the fix for the Scheme language file.

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

1 participant