Add klib extension to ARCHIVE fileType

Fixed to #KT-38767
Relates to #KT-38571
This commit is contained in:
Vladimir Dolzhenko
2020-05-20 13:24:11 +00:00
parent fceaf65729
commit 2d0445ebaa
5 changed files with 3 additions and 61 deletions
+1 -9
View File
@@ -106,15 +106,7 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
fieldName="INSTANCE"
language="kotlin"
extensions="kt;kts"/>
<!-- temporary disabled due to KT-38767
<fileType name="KLib"
implementationClass="org.jetbrains.kotlin.idea.KLibFileType"
fieldName="INSTANCE"
extensions="klib"/>
-->
<fileTypeFactory implementation="org.jetbrains.kotlin.idea.core.KLibFileTypeFactory"/>
<fileType name="ARCHIVE" extensions="klib"/>
<fileType name="KNM"
implementationClass="org.jetbrains.kotlin.idea.klib.KlibMetaFileType"
fieldName="INSTANCE"