Skip to content

Commit

Permalink
Now recognized in CLion, thanks @agatti
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkyenus committed Apr 19, 2015
1 parent 8079359 commit 974ea93
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
-->

<!DOCTYPE idea-plugin PUBLIC "Plugin/DTD" "http://plugins.intellij.net/plugin.dtd" >
<idea-plugin>
<idea-plugin version="2">
<actions>
<action id="GLSL_DEDUCE_EXPRESSION_TYPE"
class="glslplugin.actions.GLSLDeduceExpressionTypeAction"
Expand All @@ -29,14 +29,16 @@
second-keystroke="shift ctrl alt D"/>
</action>
</actions>
<name>GLSL Support</name>

<name>GLSL Support</name>
<category>Custom Languages</category>

<id>GLSL</id>
<description>Support for the OpenGL Shading Language</description>
<version>1.2</version>
<vendor>Foundation</vendor>
<idea-version since-build="8000"/>
<idea-version since-build="139.1117"/>
<depends>com.intellij.modules.lang</depends>

<extensions defaultExtensionNs="com.intellij">
<errorHandler implementation="com.intellij.diagnostic.ITNReporter"/>
Expand Down

0 comments on commit 974ea93

Please sign in to comment.