
gmauer
2021-11-8 15:27:41
man I need to spend more time with racket-mode
…

gmauer
2021-11-8 15:27:47
and also to upgrade my racket-mode..

seanbunderwood
2021-11-9 00:49:53
Does racket-mode support custom syntax highlighting for languages? It doesn’t seem to?

seanbunderwood
2021-11-9 00:56:45
Seems like a no: https://github.com/greghendershott/racket-mode/issues/482

jmhimara
2021-11-9 02:16:27
I wonder if there’s a way to generalize the racket-lsp, so that anyone implementing a new lang, can also add the relevant syntax highlighting for it

jmhimara
2021-11-9 02:16:35
through the lsp method

jmhimara
2021-11-9 02:17:23
then it would work automatically in emacs (lsp-mode) or any other editor.

seanbunderwood
2021-11-9 03:10:09
I thought LSP didn’t support syntax highlighting?

jmhimara
2021-11-9 05:11:23
not sure to be honest