Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
04c5425d
Commit
04c5425d
authored
May 12, 2011
by
hjk
Browse files
add some mimetype for geometry shaders
This gives at least some syntax highlighting.
parent
e6bbf52f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/glsleditor/GLSLEditor.mimetypes.xml
View file @
04c5425d
...
@@ -33,4 +33,10 @@
...
@@ -33,4 +33,10 @@
<glob
pattern=
"*.vsh"
/>
<glob
pattern=
"*.vsh"
/>
</mime-type>
</mime-type>
<mime-type
type=
"text/x-glsl-es-geometry"
>
<sub-class-of
type=
"text/x-glsl"
/>
<comment>
GLSL/ES Geometry Shader file
</comment>
<glob
pattern=
"*.gsh"
/>
</mime-type>
</mime-info>
</mime-info>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment