Add Focus Mode support to kotlin language

This commit is contained in:
Vadim Brilyantov
2019-10-07 17:52:46 +03:00
parent f7ef16d2d5
commit 66eeeb4705
2 changed files with 32 additions and 0 deletions
@@ -853,6 +853,8 @@
<usageToPsiElementProvider implementation="org.jetbrains.kotlin.idea.codeInsight.KotlinUsageToPsiElementProvider"/>
<focusModeProvider language="kotlin" implementationClass="org.jetbrains.kotlin.idea.core.KotlinFocusModeProvider" />
<facetType implementation="org.jetbrains.kotlin.idea.facet.KotlinFacetTypeImpl"/>
<lang.sliceProvider language="kotlin" implementationClass="org.jetbrains.kotlin.idea.slicer.KotlinSliceProvider"/>