PY-61639 Move PyBraceMatcher to python.syntax

GitOrigin-RevId: 9d054ee3053f40dfbb349605ff792966c68c2d3b
This commit is contained in:
Petr
2024-02-04 15:27:29 +01:00
committed by intellij-monorepo-bot
parent cf3a5779e0
commit 2627bca303
3 changed files with 1 additions and 1 deletions

View File

@@ -4,5 +4,6 @@
<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"/>
</extensions>
</idea-plugin>