mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
25 lines
1.1 KiB
XML
25 lines
1.1 KiB
XML
<idea-plugin>
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<fileType name="Python"
|
|
language="Python"
|
|
extensions="py;pyw"
|
|
hashBangs="python"
|
|
implementationClass="com.jetbrains.python.PythonFileType"
|
|
fieldName="INSTANCE"/>
|
|
<fileType name="PythonStub"
|
|
language="PythonStub"
|
|
extensions="pyi"
|
|
implementationClass="com.jetbrains.python.pyi.PyiFileType"
|
|
fieldName="INSTANCE"/>
|
|
<registryKey key="python.ast.leaves.incremental.reparse" defaultValue="false"
|
|
description="Enables incremental reparse for Python leaf elements (string literals, identifiers, comments)"/>
|
|
</extensions>
|
|
<extensionPoints>
|
|
<extensionPoint qualifiedName="Pythonid.dialectsTokenSetContributor"
|
|
interface="com.jetbrains.python.PythonDialectsTokenSetContributor"
|
|
dynamic="true"/>
|
|
</extensionPoints>
|
|
<extensions defaultExtensionNs="Pythonid">
|
|
<dialectsTokenSetContributor implementation="com.jetbrains.python.PythonTokenSetContributor"/>
|
|
</extensions>
|
|
</idea-plugin> |