sort semicolon-separated extensions within "extensions" attribute of <fileType> in plugin.xml to ease the maintenance

GitOrigin-RevId: 06b3061fdb7bfed840a7bb58e4725e3351b37b40
This commit is contained in:
Alexey Kudravtsev
2021-06-19 01:40:19 +02:00
committed by intellij-monorepo-bot
parent da927e7803
commit 3e50d9d2c4
9 changed files with 14 additions and 14 deletions

View File

@@ -45,7 +45,7 @@
<extensions defaultExtensionNs="com.intellij">
<fileType name="Python"
language="Python"
extensions="py;pyw;"
extensions="py;pyw"
hashBangs="python"
implementationClass="com.jetbrains.python.PythonFileType"
fieldName="INSTANCE"/>