mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-02-09 14:14:56 +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:
|
||||
|
||||
* 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):
|
||||
Added installation instructions for `winget`.
|
||||
|
||||
|
@ -267,6 +267,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
|
||||
("txt", &["*.txt"]),
|
||||
("typoscript", &["*.typoscript", "*.ts"]),
|
||||
("usd", &["*.usd", "*.usda", "*.usdc"]),
|
||||
("v", &["*.v"]),
|
||||
("vala", &["*.vala"]),
|
||||
("vb", &["*.vb"]),
|
||||
("vcl", &["*.vcl"]),
|
||||
|
Loading…
x
Reference in New Issue
Block a user