Closed andonagio closed 3 months ago
Hi @andonagio I'll try to find time of doing. This should not be too complicated.
That would be fantastic! Thank you!
Hi @andonagio Can you provide me with more details about what framework you are using? Is it WebGL? In other words, I need to find a condition when to fire the language injection (embedding) since I don't want to inject it to any Githubissues.
I work with a lot of GLSL that looks like this:
Is it possible to use the plugin to get GLSL syntax highlighting on the embedded code? Because the code file itself is HTML, the IDEA applications use that syntax highlighting, which means the GLSL between the script tags isn't highlighted at all. None of the language injection options seem to work, either.
I'd like to find a solution that doesn't involve putting the GLSL in a string or moving it to a separate file.