Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ilinum committed Nov 26, 2015
1 parent 070fbb6 commit bd04f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/META-INF/plugin.xml
Expand Up @@ -121,7 +121,7 @@
<typeDeclarationProvider implementation="com.goide.editor.GoTypeDeclarationProvider"/>
<codeInsight.parameterInfo language="go" implementationClass="com.goide.editor.GoParameterInfoHandler"/>
<lang.smartEnterProcessor language="go" implementationClass="com.goide.editor.smart.GoSmartEnterProcessor"/>
<highlightUsagesHandlerFactory implementation="com.goide.highlighting.GoHighlightExitPointsHandlerFactory"/>
<highlightUsagesHandlerFactory implementation="com.goide.highlighting.exitpoint.GoHighlightExitPointsHandlerFactory"/>
<codeInsight.lineMarkerProvider language="go" implementationClass="com.goide.editor.marker.GoMethodSeparatorProvider"/>
<analyzeStacktraceFilter implementation="com.goide.runconfig.GoConsoleFilter"/>
<lang.implementationTextSelectioner language="go" implementationClass="com.goide.editor.GoImplementationTextSelectioner"/>
Expand Down

0 comments on commit bd04f94

Please sign in to comment.