Darkyenus / glsl4idea

A GLSL language plugin for IntelliJ IDEA
GNU Lesser General Public License v3.0
101 stars 30 forks source link

Support SKSL #185

Open Martmists-GH opened 10 months ago

Martmists-GH commented 10 months ago

Is your feature request related to a problem? Please describe. SKSL is a close derivative of GLSL and shouldn't take much effort to support.

Describe the solution you'd like Support for SKSL syntax in .sksl files only

Describe alternatives you've considered GLSL with custom registered extension works okay, but has some limitations.

Additional context Documentation at https://skia.googlesource.com/skia/+/master/src/sksl/README.md