We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would be much appreciated! This plugin is a godsend otherwise.
The text was updated successfully, but these errors were encountered:
Here is a simple way can help you.
Go .../.obsidian/plugins/cm-editor-syntax-highlight-obsidian
.../.obsidian/plugins/cm-editor-syntax-highlight-obsidian
Find the file main.js
main.js
Add the following code at Line 122
{name: "Glsl", mime: "text/x-csrc", mode: "clike", ext: ["c", "h", "ino"]},
Sorry, something went wrong.
But like vector, matrix types, specific function and variables might not be highlighted correctly...
C renderer
vec3 gl_FragColor clamp()
Glsl Renderer
No branches or pull requests
Would be much appreciated! This plugin is a godsend otherwise.
The text was updated successfully, but these errors were encountered: