mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-03-17 20:28:03 +02:00
parent
99bf2b01dc
commit
7313dca472
@ -10,7 +10,7 @@ Unreleased changes. Release notes have not yet been written.
|
|||||||
|
|
||||||
Feature enhancements:
|
Feature enhancements:
|
||||||
|
|
||||||
* Added or improved file type filtering for Ada, DITA, Elixir, Fuchsia, Gentoo, GraphQL, Markdown, Raku, USD, V
|
* Added or improved file type filtering for Ada, DITA, Elixir, Fuchsia, Gentoo, GraphQL, Markdown, Raku, TypeScript, USD, V
|
||||||
* [FEATURE #2195](https://github.com/BurntSushi/ripgrep/issues/2195):
|
* [FEATURE #2195](https://github.com/BurntSushi/ripgrep/issues/2195):
|
||||||
When `extra-verbose` mode is enabled in zsh, show extra file type info.
|
When `extra-verbose` mode is enabled in zsh, show extra file type info.
|
||||||
* [FEATURE #2409](https://github.com/BurntSushi/ripgrep/pull/2409):
|
* [FEATURE #2409](https://github.com/BurntSushi/ripgrep/pull/2409):
|
||||||
|
@ -289,6 +289,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
|
|||||||
("ts", &["*.ts", "*.tsx", "*.cts", "*.mts"]),
|
("ts", &["*.ts", "*.tsx", "*.cts", "*.mts"]),
|
||||||
("twig", &["*.twig"]),
|
("twig", &["*.twig"]),
|
||||||
("txt", &["*.txt"]),
|
("txt", &["*.txt"]),
|
||||||
|
("typescript", &["*.ts", "*.tsx", "*.cts", "*.mts"]),
|
||||||
("typoscript", &["*.typoscript", "*.ts"]),
|
("typoscript", &["*.typoscript", "*.ts"]),
|
||||||
("usd", &["*.usd", "*.usda", "*.usdc"]),
|
("usd", &["*.usd", "*.usda", "*.usdc"]),
|
||||||
("v", &["*.v"]),
|
("v", &["*.v"]),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user