-
Notifications
You must be signed in to change notification settings - Fork 43
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
Potential visual regression in glsl grammar #42
Comments
Hm, the recent refresh of the GLSL grammar removed some of our improvements, indeed. Will fix that. |
There is arguably pros and cons to the new GLSL grammar. I agree the We don't have code analysis on GLSL, so I like the distinction between built-in and regular functions. I wouldn't like to have them marked as generic keyword. Not sure what would be the best approach here. |
I think reverting the color of the user functions would make sense. This would be in-line with what other languages do, in my case functions having a blue color as you can see from screenie #1. Giving built-in functions a distinction seems like a good idea though for sure, fully on-board with that 🙂 |
Not sure if this was intended or not, but the visuals changed fairly dramatically in certain aspects (include directives, function names, probably more)
Before:


After:
The text was updated successfully, but these errors were encountered: