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

GitOrigin-RevId: bdee727fbc0806fbb37b28cc9c8f87533dfe4be8
This commit is contained in:
Petr
2025-07-16 17:37:52 +00:00
committed by intellij-monorepo-bot
parent 186ffa6182
commit 138020a17f
2 changed files with 1 additions and 1 deletions
@@ -18,6 +18,7 @@
<postFormatProcessor implementation="com.jetbrains.python.formatter.PyTrailingBlankLinesPostFormatProcessor"/>
<postFormatProcessor implementation="com.jetbrains.python.formatter.PyFromImportPostFormatProcessor"/>
<annotator language="Python" implementationClass="com.jetbrains.python.validation.PyKeywordHighlightingAnnotator"/>
<highlightRangeExtension implementation="com.jetbrains.python.validation.PyKeywordHighlightingAnnotator"/>
<lang.commenter language="Python" implementationClass="com.jetbrains.python.PythonCommenter"/>
<lang.lineWrapStrategy language="Python" implementationClass="com.jetbrains.python.formatter.PyLineWrapPositionStrategy"/>