We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87088f6 commit 5c8260eCopy full SHA for 5c8260e
create_requirement_images.py
@@ -70,9 +70,11 @@ def asset_path(asset_name):
70
"mpy": file_icon,
71
"txt": file_empty_icon,
72
"toml": file_icon,
73
+ "html": file_icon,
74
"bmp": file_image_icon,
75
"png": file_image_icon,
76
"jpg": file_image_icon,
77
+ "svg": file_image_icon,
78
"wav": file_music_icon,
79
"mp3": file_music_icon,
80
"mid": file_music_icon,
get_imports.py
@@ -33,9 +33,11 @@
33
"mpy",
34
"txt",
35
"toml",
36
+ "html",
37
"bmp",
38
"png",
39
"jpg",
40
+ "svg",
41
"wav",
42
"mp3",
43
"mid",
0 commit comments