Skip to content

Commit 22203ab

Browse files
committed
fix: enable disabled features
1 parent 80c98dd commit 22203ab

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

src/main/resources/META-INF/language-toml.xml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@
1212
<fileBasedIndex
1313
implementation="com.github.xepozz.mago.config.index.MagoLayersIndex"
1414
/>
15-
<!-- <psi.referenceContributor-->
16-
<!-- language="TOML"-->
17-
<!-- implementation="com.github.xepozz.mago.config.reference.FileSetReferenceContributor"-->
18-
<!-- />-->
19-
<!-- <psi.referenceContributor-->
20-
<!-- language="TOML"-->
21-
<!-- implementation="com.github.xepozz.mago.config.reference.NamespaceReferenceContributor"-->
22-
<!-- />-->
23-
<!-- <psi.referenceContributor-->
24-
<!-- language="TOML"-->
25-
<!-- implementation="com.github.xepozz.mago.config.reference.WildcardNamespaceReferenceContributor"-->
26-
<!-- />-->
27-
<!-- <psi.referenceContributor-->
28-
<!-- language="TOML"-->
29-
<!-- implementation="com.github.xepozz.mago.config.reference.LayersReferenceContributor"-->
30-
<!-- />-->
31-
<!-- <completion.contributor-->
32-
<!-- language="TOML"-->
33-
<!-- implementationClass="com.github.xepozz.mago.config.reference.ConfigCompletionContributor"-->
34-
<!-- />-->
15+
<psi.referenceContributor
16+
language="TOML"
17+
implementation="com.github.xepozz.mago.config.reference.FileSetReferenceContributor"
18+
/>
19+
<psi.referenceContributor
20+
language="TOML"
21+
implementation="com.github.xepozz.mago.config.reference.NamespaceReferenceContributor"
22+
/>
23+
<psi.referenceContributor
24+
language="TOML"
25+
implementation="com.github.xepozz.mago.config.reference.WildcardNamespaceReferenceContributor"
26+
/>
27+
<psi.referenceContributor
28+
language="TOML"
29+
implementation="com.github.xepozz.mago.config.reference.LayersReferenceContributor"
30+
/>
31+
<completion.contributor
32+
language="TOML"
33+
implementationClass="com.github.xepozz.mago.config.reference.ConfigCompletionContributor"
34+
/>
3535
</extensions>
3636
</idea-plugin>

0 commit comments

Comments
 (0)