Skip to content

Commit

Permalink
ignore/types: add ReasonML
Browse files Browse the repository at this point in the history
  • Loading branch information
glennsl authored Oct 26, 2022
1 parent 4947618 commit 2769585
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 @@ -190,6 +190,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("rdoc", &["*.rdoc"]),
("readme", &["README*", "*README"]),
("red", &["*.r", "*.red", "*.reds"]),
("reasonml", &["*.re", "*.rei"]),
("rescript", &["*.res", "*.resi"]),
("robot", &["*.robot"]),
("rst", &["*.rst"]),
Expand Down

0 comments on commit 2769585

Please sign in to comment.