Skip to content

Commit

Permalink
fix some warnings in plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatov committed Oct 28, 2023
1 parent 8f73d15 commit 82c2848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/META-INF/ErlangPlugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<idea-plugin>
<!--Rebar related extensions -->
<extensions defaultExtensionNs="com.intellij">
<projectConfigurable instance="org.intellij.erlang.settings.ErlangExternalToolsConfigurable"/>
<projectConfigurable instance="org.intellij.erlang.settings.ErlangExternalToolsConfigurable" displayName="Erlang External Tools"/>
<configurationType implementation="org.intellij.erlang.rebar.runner.RebarRunConfigurationType"/>
<configurationType implementation="org.intellij.erlang.rebar.runner.RebarEunitRunConfigurationType"/>
<programRunner implementation="org.intellij.erlang.rebar.runner.RebarRunner"/>
Expand Down Expand Up @@ -83,7 +83,7 @@
<renamePsiElementProcessor implementation="org.intellij.erlang.rename.ErlangRenameVariableProcessor"/>
<renamePsiElementProcessor implementation="org.intellij.erlang.rename.ErlangRenameAtomProcessor"/>

<psi.referenceContributor implementation="org.intellij.erlang.ErlangReferenceContributor"/>
<psi.referenceContributor implementation="org.intellij.erlang.ErlangReferenceContributor" language="Erlang"/>

<inlineActionHandler implementation="org.intellij.erlang.refactoring.ErlangInlineVariableHandler"/>

Expand Down

0 comments on commit 82c2848

Please sign in to comment.