file_icons: Use a separate icon key for Svelte files (#24644)
This PR updates the file icon mappings such that Svelte (`.svelte`) files map to the `svelte` key. Release Notes: - Icon themes: Added the ability to change the file icon for Svelte (`.svelte`) files.
This commit is contained in:
parent
c8c4ec21f3
commit
6a40a400bd
2 changed files with 2 additions and 1 deletions
|
@ -186,7 +186,7 @@
|
|||
"sh": "terminal",
|
||||
"sql": "storage",
|
||||
"sqlite": "storage",
|
||||
"svelte": "template",
|
||||
"svelte": "svelte",
|
||||
"svg": "image",
|
||||
"swift": "swift",
|
||||
"tcl": "tcl",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue