mirror of
https://github.com/visgl/luma.gl.git
synced 2025-12-08 17:36:19 +00:00
514 B
514 B
Editing
Shader Syntax Highlighting
For practical reasons, luma.gl stores GLSL and WGSL shaders inline in strings, rather than as separate files. A major drawback with this approach is the lack of syntax highlighting.
If you are using vscode, the vscode-glsl-literal and vscode-wgsl-literal vscode extensions can be used to regain syntax highlighting.