Merge pull request #342 from ogham/exa/patch-1

Add Bazel and ANT files to immediate files types
This commit is contained in:
Benjamin Sago 2018-03-11 09:41:09 +00:00 committed by GitHub
commit 9bd0334d1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ impl FileExtensions {
file.name.starts_with("README") || file.name_is_one_of( &[
"Makefile", "Cargo.toml", "SConstruct", "CMakeLists.txt",
"build.gradle", "Rakefile", "Gruntfile.js",
"Gruntfile.coffee",
"Gruntfile.coffee", "BUILD", "WORKSPACE", "build.xml"
])
}