vim-glsl
vim-glsl copied to clipboard
Vim runtime files for OpenGL Shading Language
Specifically, if - the last item in the array is a function call (i.e. has `(`...`)` at the end - note that it must have the `(` as well as...
It looks like this code is relatively stable: any reason not to submit it upstream to vim?
Apologies if this is obvious or has been asked, but is it possible to use vim-glsl with shaders that are written as js or ts strings? For example: ``` shader.ts...
Thank you for a great plugin! I needed this to cover [piglit](https://gitlab.freedesktop.org/mesa/piglit) and [shader-db](https://gitlab.freedesktop.org/mesa/shader-db/) highlighting, so hopefully it could help more devs to discover this plugin :) Used by shader-db...