PY-61639 Move PythonQuoteHandler to python.syntax

GitOrigin-RevId: 46e465a328491a6db415707d56ac157e0f673e52
This commit is contained in:
Petr
2024-02-08 18:33:38 +01:00
committed by intellij-monorepo-bot
parent 4edbdbf269
commit cf3a5779e0
4 changed files with 1 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
<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>