Skip to content

Commit

Permalink
Merge pull request #1154 from dseight/master
Browse files Browse the repository at this point in the history
feat: Recognize dtso as devicetree type
  • Loading branch information
epage authored Nov 25, 2024
2 parents c63f61b + cc2dc23 commit ea6fdd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/typos-cli/src/default_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pub(crate) const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("cython", &["*.pyx", "*.pxi", "*.pxd"]),
("d", &["*.d"]),
("dart", &["*.dart"]),
("devicetree", &["*.dts", "*.dtsi"]),
("devicetree", &["*.dts", "*.dtsi", "*.dtso"]),
("dhall", &["*.dhall"]),
("diff", &["*.patch", "*.diff"]),
("dita", &["*.dita", "*.ditamap", "*.ditaval"]),
Expand Down

0 comments on commit ea6fdd1

Please sign in to comment.