Skip to content

Commit 42659f9

Browse files
docwhatariasuni
andauthored
add icon for .bats files (#968)
* add icon for .bats files This adds the same icon as BASH for `.bats` files. Co-authored-by: Mélanie Chauvel <[email protected]>
1 parent a2f3ff9 commit 42659f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/output/icons.rs

+1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
119119
"bash_profile" => '\u{f489}', // 
120120
"bashrc" => '\u{f489}', // 
121121
"bat" => '\u{f17a}', // 
122+
"bats" => '\u{f489}', // 
122123
"bmp" => '\u{f1c5}', // 
123124
"bz" => '\u{f410}', // 
124125
"bz2" => '\u{f410}', // 

0 commit comments

Comments
 (0)