You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't add a pullrequest yet as I haven't forked the project yet. There are specifics that I have missed most likely. mostly around the <> data types.
Example of it running
The text was updated successfully, but these errors were encountered:
I have added a really basic implementation of WGSL it doesn't cover everything but is a little better than using the GLSL highlighting.
TextEditor.h:27
Only added to the enum.TextEditor.cpp:92
Only added to the case statement.LanguageDefinitions.cpp:939
I have only changed the keywords and identifiers, I was unsure about the regex's
I didn't add a pullrequest yet as I haven't forked the project yet. There are specifics that I have missed most likely. mostly around the
<>
data types.Example of it running
The text was updated successfully, but these errors were encountered: