From 792451e3315e86fc66b1fd4eaeddf8433b6b32ac Mon Sep 17 00:00:00 2001 From: edam Date: Fri, 9 Sep 2022 22:23:42 +0100 Subject: ignore/types: added V type V (http://vlang.io) uses '.v' files. Closes #2302 --- CHANGELOG.md | 2 +- crates/ignore/src/default_types.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d69b7406..4d80557f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs index 587e989f..30cb6758 100644 --- a/crates/ignore/src/default_types.rs +++ b/crates/ignore/src/default_types.rs @@ -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"]), -- cgit v1.2.3