[python] Move PyKeywordHighlightingAnnotator registration to the module where the class is defined

GitOrigin-RevId: bdee727fbc0806fbb37b28cc9c8f87533dfe4be8
This commit is contained in:
Petr
2025-07-15 17:33:07 +02:00
committed by intellij-monorepo-bot
parent 186ffa6182
commit 138020a17f
2 changed files with 1 additions and 1 deletions

View File

@@ -27,6 +27,5 @@
<joinLinesHandler implementation="com.jetbrains.python.editor.PyJoinLinesHandler"/>
<lang.foldingBuilder language="Python" implementationClass="com.jetbrains.python.PythonFoldingBuilder"/>
<applicationService serviceImplementation="com.jetbrains.python.PythonFoldingSettings"/>
<annotator language="Python" implementationClass="com.jetbrains.python.validation.PyKeywordHighlightingAnnotator"/>
</extensions>
</idea-plugin>