Files
openide/python/python-parser/resources/PythonPsiApiIconMappings.json
Alexander Lobas 89d58ee436 IJPL-150231 Move icon mappings from json to icon generator
GitOrigin-RevId: 4d4576fc7eeb92ec43c36abec2d62d271b45d9a4
2024-06-15 23:19:46 +00:00

15 lines
248 B
JSON

{
"icons": {
"com": {
"jetbrains": {
"python": {
"parser": {
"expui": {
"python.svg": "icons/com/jetbrains/python/parser/pythonFile.svg"
}
}
}
}
}
}
}