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 <perso@hack-libre.org>
This commit is contained in:
Christian Höltje 2022-01-04 18:10:24 -05:00 committed by GitHub
parent a2f3ff98c2
commit 42659f9345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,6 +119,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
"bash_profile" => '\u{f489}', // 
"bashrc" => '\u{f489}', // 
"bat" => '\u{f17a}', // 
"bats" => '\u{f489}', // 
"bmp" => '\u{f1c5}', // 
"bz" => '\u{f410}', // 
"bz2" => '\u{f410}', // 