Skip to content

Commit

Permalink
ignore/types: add Solidity
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsaigle authored Aug 17, 2022
1 parent 387df97 commit a026788
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/ignore/src/default_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("slim", &["*.skim", "*.slim", "*.slime"]),
("smarty", &["*.tpl"]),
("sml", &["*.sml", "*.sig"]),
("solidity", &["*.sol"]),
("soy", &["*.soy"]),
("spark", &["*.spark"]),
("spec", &["*.spec"]),
Expand Down

0 comments on commit a026788

Please sign in to comment.