mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 01:30:21 -07:00
ignore/types: add texinfo
https://www.gnu.org/software/texinfo/ PR #1934
This commit is contained in:
parent
9eddb71b8e
commit
699e651db2
@ -226,6 +226,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
|
|||||||
("taskpaper", &["*.taskpaper"]),
|
("taskpaper", &["*.taskpaper"]),
|
||||||
("tcl", &["*.tcl"]),
|
("tcl", &["*.tcl"]),
|
||||||
("tex", &["*.tex", "*.ltx", "*.cls", "*.sty", "*.bib", "*.dtx", "*.ins"]),
|
("tex", &["*.tex", "*.ltx", "*.cls", "*.sty", "*.bib", "*.dtx", "*.ins"]),
|
||||||
|
("texinfo", &["*.texi"]),
|
||||||
("textile", &["*.textile"]),
|
("textile", &["*.textile"]),
|
||||||
("tf", &["*.tf"]),
|
("tf", &["*.tf"]),
|
||||||
("thrift", &["*.thrift"]),
|
("thrift", &["*.thrift"]),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user