1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-06-09 14:07:45 +02:00

adding cs filetype for ease of use.

This commit is contained in:
Daniel Wood 2016-11-03 15:33:00 -06:00
parent 404785f950
commit 15b263ff55
No known key found for this signature in database
GPG Key ID: 37367878456C8E91

View File

@ -95,6 +95,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
"*.C", "*.cc", "*.cpp", "*.cxx",
"*.h", "*.H", "*.hh", "*.hpp",
]),
("cs", &["*.cs"]),
("csharp", &["*.cs"]),
("css", &["*.css"]),
("cython", &["*.pyx"]),