mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-17 13:13:57 -07:00
ignore/types: add *.dtso
to devicetree
type
`dtso` files became recognized as devicetree a
couple of years ago with the following commit:
363547d219
Closes #2938
This commit is contained in:
committed by
Andrew Gallant
parent
27f88139fa
commit
c3828cb508
@@ -62,7 +62,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"]),
|
||||
|
Reference in New Issue
Block a user