mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-30 04:51:03 -05:00
Merge pull request #1154 from dseight/master
feat: Recognize dtso as devicetree type
This commit is contained in:
commit
ea6fdd1371
1 changed files with 1 additions and 1 deletions
|
@ -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"]),
|
||||
|
|
Loading…
Reference in a new issue