diff --git a/python/python-psi-api/resources/META-INF/PythonPsi.xml b/python/python-psi-api/resources/META-INF/PythonPsi.xml index cfd0af9f57b7..cc455adc1a3d 100644 --- a/python/python-psi-api/resources/META-INF/PythonPsi.xml +++ b/python/python-psi-api/resources/META-INF/PythonPsi.xml @@ -49,6 +49,7 @@ hashBangs="python" implementationClass="com.jetbrains.python.PythonFileType" fieldName="INSTANCE"/> + diff --git a/python/python-psi-api/resources/icons/com/jetbrains/python/pythonIconMappings.json b/python/python-psi-api/resources/PythonPsiApiIconMappings.json similarity index 99% rename from python/python-psi-api/resources/icons/com/jetbrains/python/pythonIconMappings.json rename to python/python-psi-api/resources/PythonPsiApiIconMappings.json index 65167ce9c3d5..1a36192caa3f 100644 --- a/python/python-psi-api/resources/icons/com/jetbrains/python/pythonIconMappings.json +++ b/python/python-psi-api/resources/PythonPsiApiIconMappings.json @@ -5,7 +5,6 @@ "python": { "expui": { "python.svg": "icons/com/jetbrains/python/pythonFile.svg" - } } }