EvgeniyPeshkov / syntax-highlighter

Syntax Highlighter extension for Visual Studio Code (VSCode). Based on Tree-sitter.
https://marketplace.visualstudio.com/items?itemName=evgeniypeshkov.syntax-highlighter
MIT License
210 stars 43 forks source link

Support for ERB? #33

Open khuongduybui opened 4 years ago

khuongduybui commented 4 years ago

I can try to help too if someone can guide me how to write language specs for this extension.

khuongduybui commented 4 years ago

@EvgeniyPeshkov do we have this on the roadmap?

EvgeniyPeshkov commented 4 years ago

Hello @khuongduybui . I'm very-very sorry for such late response, it was a super busy month. After some research, I've made in past two days, I think it's possible. Currently, extension do not support multi-language sources. And to be fair it wasn't developed this way. So it'll take some time to implement multi-language parser. And yes, we have this on the roadmap (=.

khuongduybui commented 4 years ago

OK. Please keep us posted.