FIR IDE: add KotlinOutOfBlockPsiTreeChangePreprocessor

This commit is contained in:
Ilya Kirillov
2020-11-13 19:52:41 +03:00
parent 7a86ca632d
commit be95d067f3
4 changed files with 41 additions and 9 deletions
+1
View File
@@ -113,6 +113,7 @@ The Kotlin FIR plugin provides language support in IntelliJ IDEA and Android Stu
<projectService serviceImplementation="org.jetbrains.kotlin.idea.fir.low.level.api.trackers.KotlinFirModificationTrackerService"/>
<projectService serviceImplementation="org.jetbrains.kotlin.idea.fir.low.level.api.trackers.KotlinFirOutOfBlockModificationTrackerFactory"/>
<psi.treeChangePreprocessor implementation="org.jetbrains.kotlin.idea.fir.low.level.api.trackers.KotlinOutOfBlockPsiTreeChangePreprocessor"/>
</extensions>
<!-- scripts -->