mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-04-19 09:02:15 +02:00
ignore/types: added V type
V (http://vlang.io) uses '.v' files. Closes #2302
This commit is contained in:
parent
7dafd58a32
commit
792451e331
@ -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, USD
|
* Added or improved file type filtering for Elixir, Fuchsia, Gentoo, GraphQL, USD, V
|
||||||
* [FEATURE #2409](https://github.com/BurntSushi/ripgrep/pull/2409):
|
* [FEATURE #2409](https://github.com/BurntSushi/ripgrep/pull/2409):
|
||||||
Added installation instructions for `winget`.
|
Added installation instructions for `winget`.
|
||||||
|
|
||||||
|
@ -267,6 +267,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
|
|||||||
("txt", &["*.txt"]),
|
("txt", &["*.txt"]),
|
||||||
("typoscript", &["*.typoscript", "*.ts"]),
|
("typoscript", &["*.typoscript", "*.ts"]),
|
||||||
("usd", &["*.usd", "*.usda", "*.usdc"]),
|
("usd", &["*.usd", "*.usda", "*.usdc"]),
|
||||||
|
("v", &["*.v"]),
|
||||||
("vala", &["*.vala"]),
|
("vala", &["*.vala"]),
|
||||||
("vb", &["*.vb"]),
|
("vb", &["*.vb"]),
|
||||||
("vcl", &["*.vcl"]),
|
("vcl", &["*.vcl"]),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user