michaelgmcd / vscode-language-babel

VSCode syntax highlighting for today's JavaScript
https://marketplace.visualstudio.com/items?itemName=mgmcdermott.vscode-language-babel
MIT License
131 stars 17 forks source link

GLSL tagged template literals #20

Closed vxna closed 5 years ago

vxna commented 6 years ago

I assume setup of custom tagged template literal grammar extensions is not possible due lack of the configuration step since is not yet (or never will be) ported.

GLSL language support exist for vscode and this feature would be pretty much appreciated .

Is there a way to handle this?

Thanks.

michaelgmcd commented 6 years ago

I think this is something reasonable for me to support with vscode's configuration capabilities. Not sure when I'll get to it though. Would love a PR!

prayash commented 6 years ago

How would one get started with adding this feature? I'd love to help but not sure where to start.

All I found is these links, which are for Atom:

boyswan commented 5 years ago

https://marketplace.visualstudio.com/items?itemName=boyswan.glsl-literal

michaelgmcd commented 5 years ago

@prayash Sorry for never getting back to you! Not sure how your message slipped through the cracks. It seems that the package that @boyswan linked works, but custom tagged template literal grammar extensions would probably some similar issues that will inevitably come up in the future.