-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with Custom file extensions .vsh .vshader #32
Comments
Hi! Thanks for your feedback! |
Gotcha. I do not really know how to solve this either, if I come up with any relevant information I'll be happy to share (odds of that are astronomically low though :( ). Close or leave open to avoid other people reporting the same? |
Leave it open! Thanks! |
Installed product versions
Description
Custom vertex shader extension not applied (Fragment shader extension is applied normally).
Steps to recreate
Current behavior
The file anyname.vsh does not have GLSL syntax highlighting and live compilation.
The files anyname.vert, anyname.frag, anyname.fsh all have correct GLSL syntax highlighting and live compilation.
Expected behavior
All four files have GLSL syntax highlighting and live compilation.
The text was updated successfully, but these errors were encountered: