python-embedded-shaderAdds syntax highlight support for shaders in python multiline strings in VS Code. FeaturesSupported shader languages
SnippetsProvides snippets to create an embedded shader string, so you don't have to remember the syntax. Jinja templatingJinja templates are syntax-highlighted. The tokens are rendered as keywords, and the content as string (shaders don't have/use string). Unfortunately, this does not work for shaders embedded in Python strings. If you know how to fix that I'd love to learn. Example
Notes
|