Skip to content

Commit

Permalink
types: add tar archive types
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Dec 18, 2023
1 parent e7cc8be commit c07333b
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 @@ -303,6 +303,7 @@ pub(crate) const DEFAULT_TYPES: &[(&[&str], &[&str])] = &[
"*.scope", "*.service", "*.slice", "*.socket", "*.swap", "*.target",
"*.timer",
]),
(&["tar"], &["*.tar", "*.tar.*", "*.tgz", "*.tbz2", "*.txz"]),
(&["taskpaper"], &["*.taskpaper"]),
(&["tcl"], &["*.tcl"]),
(&["tex"], &["*.tex", "*.ltx", "*.cls", "*.sty", "*.bib", "*.dtx", "*.ins"]),
Expand Down

0 comments on commit c07333b

Please sign in to comment.