mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 23:31:05 +07:00
sort semicolon-separated extensions within "extensions" attribute of <fileType> in plugin.xml to ease the maintenance
GitOrigin-RevId: 06b3061fdb7bfed840a7bb58e4725e3351b37b40
This commit is contained in:
committed by
intellij-monorepo-bot
parent
da927e7803
commit
3e50d9d2c4
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user