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

Add semantic coloring for other #langs #30

Open
mlavrent opened this issue Dec 27, 2020 · 1 comment
Open

Add semantic coloring for other #langs #30

mlavrent opened this issue Dec 27, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@mlavrent
Copy link

I'd like to add syntax highlighting for other #langs besides Racket. I do really enjoy the current Racket colorings (more so than the DrRacket ones!) so the proposal would be to:

  • continue using the current colorings for #lang racket and all other #lang racket/<*>
  • use semantic coloring from racket-langserver (this would need to be added) for other #langs.

Let me know if you think this is a good idea or not!

@Eugleo
Copy link
Owner

Eugleo commented Jan 30, 2021

It is! I think it would even be worth to refactor the current regexes, because there are some minor bugs with Racket highlighting. It would also be great if we were able to combine the current regex-based solution with the dynamic highlighting the lsp can provide, even for Racket — we could then have proper quote/unquote behaviour, for example.

@Eugleo Eugleo added the enhancement New feature or request label Feb 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants