Merge pull request #1154 from dseight/master

feat: Recognize dtso as devicetree type
This commit is contained in:
Ed Page 2024-11-25 14:50:48 -06:00 committed by GitHub
commit ea6fdd1371
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"]),