FIR IDE: move diagnostic highlighting to separate

pass
This commit is contained in:
Ilya Kirillov
2020-09-03 12:12:15 +03:00
parent 1f4aff9643
commit fa570710ee
15 changed files with 287 additions and 137 deletions
+2
View File
@@ -106,6 +106,8 @@ The Kotlin FIR plugin provides language support in IntelliJ IDEA and Android Stu
implementationClass="org.jetbrains.kotlin.idea.completion.KotlinFirCompletionContributor"/>
<codeInsight.typeInfo language="kotlin"
implementationClass="org.jetbrains.kotlin.idea.codeInsight.KotlinHighLevelExpressionTypeProvider"/>
<highlightingPassFactory implementation="org.jetbrains.kotlin.idea.fir.highlighter.KotlinDiagnosticHighlightingPassFactory"/>
</extensions>