Skip to content

Commit

Permalink
Merge pull request #20 from jameshiew/master
Browse files Browse the repository at this point in the history
Add relevant MIME types to GLSLLanguage constructor
  • Loading branch information
Darkyenus committed Feb 22, 2015
2 parents 4e65cf2 + b19df95 commit fcc0203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/glslplugin/lang/GLSLLanguage.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
*/
public class GLSLLanguage extends Language {
public GLSLLanguage() {
super("GLSL");
super("GLSL", "x-shader/x-vertex", "x-shader/x-fragment");
}
}

0 comments on commit fcc0203

Please sign in to comment.