GLSL Plugin For VS CodeVs-code extension for GL Shader Language (.glsl) syntax highlighting. FeaturesExtension is designed to provide syntax highlights to your glsl code with the extensions ".glsl" ,".vert", and ".frag".
RequirementsGLSL syntax highlights are meant for Extension SettingsInclude if your extension adds any VS Code settings through the For example: This extension contributes the following settings:
JourneyAs i progressed on the idea of creating syntax highlighting for glsl i came across the notion might there not be one already existent. I then found out there is something called hlsl which sounded similar for glsl and is almost the same but then i read more turns out it is intended for directX. glsl and hlsl both use CG by Nvidia but are both entirely different as hlsl is microsoft platform specific while glsl is cross-platform. References
Yeoman
.tmLanguageNow that that's done we can see a folder with syntaxes folder and some other files. Research
Known IssuesCalling out known issues can help limit users opening duplicate issues against your extension. Release NotesUsers appreciate release notes as you update your extension. 1.0.0Initial release of ... 1.0.1Fixed issue #. 1.1.0Added features X, Y, and Z. References
Enjoy! |