Eugleo / magic-racket

The best coding experience for Racket in VS Code
https://marketplace.visualstudio.com/items?itemName=evzen-wybitul.magic-racket
GNU General Public License v3.0
202 stars 28 forks source link

Add semantic coloring for other #langs #30

Open mlavrent opened 3 years ago

mlavrent commented 3 years ago

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:

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

Eugleo commented 3 years ago

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.