Add file icon for Luau (#26293)
Closes https://github.com/zed-industries/zed/issues/14948 Release Notes: - N/A
This commit is contained in:
parent
b0b0b00fae
commit
3ff2c8fc38
2 changed files with 4 additions and 1 deletions
|
@ -311,7 +311,7 @@ const FILE_ICONS: &[(&str, &str)] = &[
|
|||
("lock", "icons/file_icons/lock.svg"),
|
||||
("log", "icons/file_icons/info.svg"),
|
||||
("lua", "icons/file_icons/lua.svg"),
|
||||
("luau", "icons/file_icons/file.svg"),
|
||||
("luau", "icons/file_icons/luau.svg"),
|
||||
("markdown", "icons/file_icons/book.svg"),
|
||||
("metal", "icons/file_icons/metal.svg"),
|
||||
("nim", "icons/file_icons/nim.svg"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue