mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2024-12-12 19:18:24 +02:00
Add "msbuild" filetype for msbuild related files
This commit adds a "msbuild" filetype grouping, with a few different file types being mapped to this grouping: - MSBuild project files: .csproj, .vcxproj, .fsproj, .proj - MSBuild shared property files: .props - MSBuild shared targets files: .targets
This commit is contained in:
parent
27f97db510
commit
ab70815ea2
@ -155,6 +155,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
|
||||
("matlab", &["*.m"]),
|
||||
("mk", &["mkfile"]),
|
||||
("ml", &["*.ml"]),
|
||||
("msbuild", &["*.csproj", "*.fsproj", "*.vcxproj", "*.proj", "*.props", "*.targets"]),
|
||||
("nim", &["*.nim"]),
|
||||
("nix", &["*.nix"]),
|
||||
("objc", &["*.h", "*.m"]),
|
||||
|
Loading…
Reference in New Issue
Block a user