mirror of
https://github.com/eza-community/eza.git
synced 2025-08-04 17:08:42 +00:00
feat: add filetype and icon for .hh extension
This commit is contained in:
parent
1918eb8668
commit
1185e0db11
2 changed files with 2 additions and 0 deletions
|
@ -329,6 +329,7 @@ const EXTENSION_TYPES: Map<&'static str, FileType> = phf_map! {
|
|||
"gvy" => FileType::Source, // Groovy
|
||||
"h" => FileType::Source, // C/C++ header
|
||||
"h++" => FileType::Source, // C/C++ header
|
||||
"hh" => FileType::Source, // C/C++ header
|
||||
"hpp" => FileType::Source, // C/C++ header
|
||||
"hs" => FileType::Source, // Haskell
|
||||
"htc" => FileType::Source, // JavaScript
|
||||
|
|
|
@ -496,6 +496,7 @@ const EXTENSION_ICONS: Map<&'static str, char> = phf_map! {
|
|||
"heics" => Icons::VIDEO, //
|
||||
"heif" => Icons::IMAGE, //
|
||||
"hex" => '\u{f12a7}', //
|
||||
"hh" => Icons::LANG_CPP, //
|
||||
"hpp" => Icons::LANG_CPP, //
|
||||
"hs" => Icons::LANG_HASKELL, //
|
||||
"htm" => Icons::HTML5, //
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue