feat: add filetype and icon for .hh extension

This commit is contained in:
Benoît Ryder 2024-03-06 23:37:54 +02:00 committed by Christina E. Sørensen
parent 1918eb8668
commit 1185e0db11
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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, // 