Skip to content

Commit

Permalink
BUGFIX: Register line marker provider
Browse files Browse the repository at this point in the history
  • Loading branch information
cvette committed May 26, 2017
1 parent 5ce3b84 commit 817509f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@

<annotator language="NeosFusion" implementationClass="de.vette.idea.neos.lang.fusion.annotators.EelHelperMethodAnnotator"/>

<!-- Line Marker Providers -->
<codeInsight.lineMarkerProvider language="NeosFusion" implementationClass="de.vette.idea.neos.lang.fusion.annotators.NodeTypeLineMarkerProvider"/>

<!-- Indices -->
<stubIndex implementation="de.vette.idea.neos.lang.fusion.stubs.index.FusionNamespaceDeclarationIndex"/>
<stubIndex implementation="de.vette.idea.neos.lang.fusion.stubs.index.FusionPrototypeDeclarationIndex"/>
Expand Down

0 comments on commit 817509f

Please sign in to comment.