Skip to content

Commit

Permalink
types: add rar file type
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Dec 19, 2023
1 parent 71f719b commit fe39145
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/types_default.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ pub(crate) const DEFAULT_TYPES: &[(&[&str], &[&str])] = &[
"*.raku", "*.rakumod", "*.rakudoc", "*.rakutest",
"*.p6", "*.pl6", "*.pm6"
]),
(&["rar"], &["*.rar"]),
(&["rdoc"], &["*.rdoc"]),
(&["readme"], &["README*", "*README"]),
(&["reasonml"], &["*.re", "*.rei"]),
Expand Down

0 comments on commit fe39145

Please sign in to comment.