mirror of
https://github.com/eza-community/eza.git
synced 2025-08-04 17:08:42 +00:00
chore: add C++ icon for *.cuh
This commit is contained in:
parent
bea5b28591
commit
a2e25475fa
1 changed files with 1 additions and 0 deletions
|
@ -527,6 +527,7 @@ const EXTENSION_ICONS: Map<&'static str, char> = phf_map! {
|
|||
"cts" => Icons::LANG_TYPESCRIPT, //
|
||||
"cu" => '\u{e64b}', //
|
||||
"cue" => Icons::PLAYLIST, //
|
||||
"cuh" => Icons::LANG_CPP, //
|
||||
"cxx" => Icons::LANG_CPP, //
|
||||
"d" => Icons::LANG_D, //
|
||||
"dart" => '\u{e798}', //
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue