howl icon indicating copy to clipboard operation
howl copied to clipboard

Add GLSL syntax highlighting support

Open zesterer opened this issue 7 years ago • 1 comments

I suggest it be applied to files with the extensions .glsl, .vert and .frag.

For now, the syntax is similar enough to C that using C syntax highlighting is probably adequate for an initial implementation.

I'm happy to contribute any time I can spare towards this.

zesterer avatar Aug 06 '18 18:08 zesterer

You could probably just go to bundles/c/init.moon and add the extensions to the extensions: table.

refi64 avatar Aug 07 '18 03:08 refi64