mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-01-19 05:49:14 +02:00
parent
e902e2fef4
commit
0f6181d309
@ -10,7 +10,7 @@ Unreleased changes. Release notes have not yet been written.
|
||||
|
||||
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:
|
||||
|
||||
|
@ -266,6 +266,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
|
||||
("twig", &["*.twig"]),
|
||||
("txt", &["*.txt"]),
|
||||
("typoscript", &["*.typoscript", "*.ts"]),
|
||||
("usd", &["*.usd", "*.usda", "*.usdc"]),
|
||||
("vala", &["*.vala"]),
|
||||
("vb", &["*.vb"]),
|
||||
("vcl", &["*.vcl"]),
|
||||
|
Loading…
x
Reference in New Issue
Block a user