Files
openide/python/python-parser/resources/META-INF/PythonParser.xml
Ilya.Kazakevich b533e29ce0 [python] get rid of classes registered in wrong modules
You must register class in the same v2 module class sits

GitOrigin-RevId: c7fcccd27c2fcaa3d9391d1173f61ad43fe2b076
2024-01-17 04:59:01 +00:00

15 lines
567 B
XML

<idea-plugin>
<extensions defaultExtensionNs="com.intellij">
<fileType name="Python"
language="Python"
extensions="py;pyw"
hashBangs="python"
implementationClass="com.jetbrains.python.PythonFileType"
fieldName="INSTANCE"/>
</extensions>
<extensionPoints>
<extensionPoint qualifiedName="Pythonid.dialectsTokenSetContributor"
interface="com.jetbrains.python.PythonDialectsTokenSetContributor"
dynamic="true"/>
</extensionPoints>
</idea-plugin>