File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments