theme: Add file icon associations for .rdata and .RData files (#24925)

.RData is a file that stores R objects.

Release Notes:

- Added file icon associations for `.rdata` and `.RData` files.

---------

Co-authored-by: Marshall Bowers <git@maxdeviant.com>
This commit is contained in:
Aymen 2025-02-15 03:04:35 +01:00 committed by GitHub
parent bf21d9183e
commit 1b38b9f61d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -195,7 +195,8 @@ const FILE_SUFFIXES_BY_ICON_KEY: &[(&str, &[&str])] = &[
"storage",
&[
"accdb", "csv", "dat", "db", "dbf", "dll", "fmp", "fp7", "frm", "gdb", "ib", "jsonc",
"ldf", "mdb", "mdf", "myd", "myi", "pdb", "sav", "sdf", "sql", "sqlite", "tsv",
"ldf", "mdb", "mdf", "myd", "myi", "pdb", "RData", "rdata", "sav", "sdf", "sql",
"sqlite", "tsv",
],
),
(