Files
openide/python/python-syntax/resources/META-INF/PythonSyntax.xml
Petr cf3a5779e0 PY-61639 Move PythonQuoteHandler to python.syntax
GitOrigin-RevId: 46e465a328491a6db415707d56ac157e0f673e52
2024-02-16 15:52:31 +00:00

8 lines
513 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"/>
</extensions>
</idea-plugin>