mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-28 17:20:22 +00:00
* Add comp, tesc, and tese as GLSL file extensions * Add GLSL compute shader sample * Add GLSL tessellation control shader sample * Add GLSL tessellation evaluation shader sample * Remove .comp from GLSL extensions We have to be sure that most of the .comp files on GitHub are indeed GLSL compute shaders. * Remove GLSL compute shader sample