mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Add OpenGL shading language (GLSL)
This is the language used for writing OpenGL shaders, which are becoming much more mainstream lately.
This commit is contained in:
committed by
Lars Brinkhoff
parent
53b356deee
commit
a93e9493e2
@@ -476,6 +476,15 @@ GAS:
|
||||
extensions:
|
||||
- .S
|
||||
|
||||
GLSL:
|
||||
group: C
|
||||
type: programming
|
||||
primary_extension: .glsl
|
||||
extensions:
|
||||
- .frag
|
||||
- .glslv
|
||||
- .shader
|
||||
|
||||
Genshi:
|
||||
primary_extension: .kid
|
||||
|
||||
|
||||
Reference in New Issue
Block a user