mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-04-24 17:12:16 +02:00
ignore/types: add yang file type
YANG is described in RFC 6020 https://tools.ietf.org/html/rfc6020 PR #1736
This commit is contained in:
parent
13d77ab646
commit
44e69ba627
@ -241,6 +241,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
|
|||||||
("xz", &["*.xz", "*.txz"]),
|
("xz", &["*.xz", "*.txz"]),
|
||||||
("yacc", &["*.y"]),
|
("yacc", &["*.y"]),
|
||||||
("yaml", &["*.yaml", "*.yml"]),
|
("yaml", &["*.yaml", "*.yml"]),
|
||||||
|
("yang", &["*.yang"]),
|
||||||
("z", &["*.Z"]),
|
("z", &["*.Z"]),
|
||||||
("zig", &["*.zig"]),
|
("zig", &["*.zig"]),
|
||||||
("zsh", &[
|
("zsh", &[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user