OSDN Git Service

Add .vert to the set of recognized GLSL extensions
authorRhys Weatherley <rhys.weatherley@nokia.com>
Tue, 23 Nov 2010 07:14:19 +0000 (17:14 +1000)
committerRhys Weatherley <rhys.weatherley@nokia.com>
Tue, 23 Nov 2010 07:14:19 +0000 (17:14 +1000)
src/plugins/glsleditor/GLSLEditor.mimetypes.xml

index 314dafd..c0fbcb8 100644 (file)
@@ -6,6 +6,7 @@
         <comment>GLSL file</comment>
         <glob pattern="*.glsl"/>
         <glob pattern="*.frag"/>
+        <glob pattern="*.vert"/>
         <glob pattern="*.fsh"/>
         <glob pattern="*.vsh"/>
     </mime-type>