1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00

Merge pull request #218 from theamazingfedex/adding-cs-filetype

adding cs filetype for ease of use.
This commit is contained in:
Andrew Gallant 2016-11-03 20:46:02 -04:00 committed by GitHub
commit 4f6f34307c

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"]),