Skip to content

Commit

Permalink
language tag for intentionAction
Browse files Browse the repository at this point in the history
  • Loading branch information
dkandalov committed Dec 13, 2022
1 parent 4c67ca7 commit 286eb7a
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,19 +80,23 @@
<useScopeEnlarger implementation="liveplugin.implementation.UseScopeExtension"/>
<createDirectoryCompletionContributor implementation="liveplugin.implementation.LivePluginDirectoryCompletionContributor"/>
<intentionAction>
<className>liveplugin.implementation.pluginrunner.AddToClassPathGroovyIntention</className>
<category>LivePlugin</category>
</intentionAction>
<className>liveplugin.implementation.pluginrunner.AddToClassPathGroovyIntention</className>
<language>Groovy</language>
<category>LivePlugin</category>
</intentionAction>
<intentionAction>
<className>liveplugin.implementation.pluginrunner.AddPluginDependencyGroovyIntention</className>
<category>LivePlugin</category>
<className>liveplugin.implementation.pluginrunner.AddPluginDependencyGroovyIntention</className>
<language>Groovy</language>
<category>LivePlugin</category>
</intentionAction>
<intentionAction>
<className>liveplugin.implementation.pluginrunner.AddToClassPathKotlinIntention</className>
<category>LivePlugin</category>
<className>liveplugin.implementation.pluginrunner.AddToClassPathKotlinIntention</className>
<language>kotlin</language>
<category>LivePlugin</category>
</intentionAction>
<intentionAction>
<className>liveplugin.implementation.pluginrunner.AddPluginDependencyKotlinIntention</className>
<language>kotlin</language>
<category>LivePlugin</category>
</intentionAction>
</extensions>
Expand Down

0 comments on commit 286eb7a

Please sign in to comment.