f92936ae12
#KT-37576 Fixed
13 lines
618 B
XML
13 lines
618 B
XML
<idea-plugin>
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<psi.referenceContributor language="kotlin" implementation="org.jetbrains.kotlin.idea.properties.KotlinPropertiesReferenceContributor"/>
|
|
|
|
<localInspection implementationClass="org.jetbrains.kotlin.idea.i18n.inspections.KotlinInvalidBundleOrPropertyInspection"
|
|
displayName="Invalid property key"
|
|
groupName="Kotlin"
|
|
enabledByDefault="true"
|
|
level="ERROR"
|
|
suppressId="InvalidBundleOrProperty"
|
|
/>
|
|
</extensions>
|
|
</idea-plugin> |