Files
openide/python/python-syntax/resources/META-INF/PythonSyntax.xml
Petr e96055cb6d PY-61639 Move PyEditorHighlighterProvider to python.syntax
GitOrigin-RevId: 22d15ca7ba81faa698f93da308ea1836bdb2b434
2024-02-16 15:52:46 +00:00

10 lines
736 B
XML

<idea-plugin>
<extensions defaultExtensionNs="com.intellij">
<enterHandlerDelegate implementation="com.jetbrains.python.editor.PythonEnterHandler"/>
<enterHandlerDelegate implementation="com.jetbrains.python.editor.PyEnterAtIndentHandler" order="first"/>
<quoteHandler fileType="Python" className="com.jetbrains.python.editor.PythonQuoteHandler"/>
<langCodeStyleSettingsProvider implementation="com.jetbrains.python.formatter.PyLanguageCodeStyleSettingsProvider"/>
<lang.braceMatcher language="Python" implementationClass="com.jetbrains.python.PyBraceMatcher"/>
<editorHighlighterProvider filetype="Python" implementationClass="com.jetbrains.python.PyEditorHighlighterProvider"/>
</extensions>
</idea-plugin>