mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-26 09:42:00 -07:00
ignore/types: added V type
V (http://vlang.io) uses '.v' files. Closes #2302
This commit is contained in:
@@ -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"]),
|
||||
|
Reference in New Issue
Block a user