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:
Marshall Bowers 2025-02-11 08:22:23 -05:00 committed by GitHub
parent c8c4ec21f3
commit 6a40a400bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -186,7 +186,7 @@
"sh": "terminal",
"sql": "storage",
"sqlite": "storage",
"svelte": "template",
"svelte": "svelte",
"svg": "image",
"swift": "swift",
"tcl": "tcl",