Skip to content

Commit

Permalink
Set wider idea-version
Browse files Browse the repository at this point in the history
  • Loading branch information
justint committed May 18, 2019
1 parent 60f16af commit 59e1349
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'com.justint'
version '0.1.1'
version '0.1.2'

sourceSets.main.java.srcDirs = ['src/main/gen','src/main/java']

Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,17 @@
<depends>com.intellij.modules.lang</depends>
<depends optional="true">com.intellij.modules.python</depends>

<idea-version since-build="145"/>

<extensions defaultExtensionNs="com.intellij">
<!-- Add your extensions here -->
<fileTypeFactory implementation="com.justint.usdidea.file.USDFileTypeFactory"/>
<lang.parserDefinition language="USD" implementationClass="com.justint.usdidea.lang.parser.USDParserDefinition"/>
<lang.syntaxHighlighterFactory language="USD" implementationClass="com.justint.usdidea.codeinsight.highlighting.USDSyntaxHighlighterFactory"/>
<!-- TODO: re-add the color settings page once syntax highlighting is more complete -->
<!--<colorSettingsPage implementation="com.justint.usdidea.codeinsight.highlighting.USDColorSettingsPage"/>-->

<lang.psiStructureViewFactory language="USD" implementationClass="com.justint.usdidea.codeinsight.structureview.USDStructureViewFactory"/>
</extensions>

<actions>
Expand Down

0 comments on commit 59e1349

Please sign in to comment.