Skip to content

Commit

Permalink
types: add jpg image type
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Dec 18, 2023
1 parent 5788127 commit 7d6dab0
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 @@ -138,6 +138,7 @@ pub(crate) const DEFAULT_TYPES: &[(&[&str], &[&str])] = &[
(&["java"], &["*.java", "*.jsp", "*.jspx", "*.properties"]),
(&["jinja"], &["*.j2", "*.jinja", "*.jinja2"]),
(&["jl"], &["*.jl"]),
(&["jpg"], &["*.jpg", "*.jpeg"]),
(&["js"], &["*.js", "*.jsx", "*.vue", "*.cjs", "*.mjs"]),
(&["json"], &["*.json", "composer.lock", "*.sarif"]),
(&["jsonl"], &["*.jsonl"]),
Expand Down

0 comments on commit 7d6dab0

Please sign in to comment.