mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 09:40:22 -07:00
parent
91470572cd
commit
040ca45ba0
@ -10,7 +10,7 @@ Performance improvements:
|
|||||||
Feature enhancements:
|
Feature enhancements:
|
||||||
|
|
||||||
* Added or improved file type filtering for erb, diff, Gradle, HAML, Org,
|
* Added or improved file type filtering for erb, diff, Gradle, HAML, Org,
|
||||||
Postscript, Skim, Slim, Slime, Typoscript.
|
Postscript, Skim, Slim, Slime, Typoscript, xml.
|
||||||
* [FEATURE #1390](https://github.com/BurntSushi/ripgrep/pull/1390):
|
* [FEATURE #1390](https://github.com/BurntSushi/ripgrep/pull/1390):
|
||||||
Add new `--no-context-separator` flag that always hides context separators.
|
Add new `--no-context-separator` flag that always hides context separators.
|
||||||
|
|
||||||
|
@ -312,7 +312,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
|
|||||||
("webidl", &["*.idl", "*.webidl", "*.widl"]),
|
("webidl", &["*.idl", "*.webidl", "*.widl"]),
|
||||||
("xml", &[
|
("xml", &[
|
||||||
"*.xml", "*.xml.dist", "*.dtd", "*.xsl", "*.xslt", "*.xsd", "*.xjb",
|
"*.xml", "*.xml.dist", "*.dtd", "*.xsl", "*.xslt", "*.xsd", "*.xjb",
|
||||||
"*.rng", "*.sch",
|
"*.rng", "*.sch", "*.xhtml",
|
||||||
]),
|
]),
|
||||||
("xz", &["*.xz", "*.txz"]),
|
("xz", &["*.xz", "*.txz"]),
|
||||||
("yacc", &["*.y"]),
|
("yacc", &["*.y"]),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user