mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 09:40:22 -07:00
parent
e902e2fef4
commit
0f6181d309
@ -10,7 +10,7 @@ Unreleased changes. Release notes have not yet been written.
|
|||||||
|
|
||||||
Feature enhancements:
|
Feature enhancements:
|
||||||
|
|
||||||
* Added or improved file type filtering for Elixir, Fuchsia, Gentoo, GraphQL
|
* Added or improved file type filtering for Elixir, Fuchsia, Gentoo, GraphQL, USD
|
||||||
|
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
|
|
||||||
|
@ -266,6 +266,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
|
|||||||
("twig", &["*.twig"]),
|
("twig", &["*.twig"]),
|
||||||
("txt", &["*.txt"]),
|
("txt", &["*.txt"]),
|
||||||
("typoscript", &["*.typoscript", "*.ts"]),
|
("typoscript", &["*.typoscript", "*.ts"]),
|
||||||
|
("usd", &["*.usd", "*.usda", "*.usdc"]),
|
||||||
("vala", &["*.vala"]),
|
("vala", &["*.vala"]),
|
||||||
("vb", &["*.vb"]),
|
("vb", &["*.vb"]),
|
||||||
("vcl", &["*.vcl"]),
|
("vcl", &["*.vcl"]),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user