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

Add .gradle as a groovy extension pattern

Gradle is a build system for JVM-based languages that is configured via a Groovy DSL.
This commit is contained in:
Steven Fackler 2016-10-12 11:07:27 -07:00 committed by GitHub
parent d8712daf27
commit cbe94823d2

View File

@ -39,7 +39,7 @@ const TYPE_EXTENSIONS: &'static [(&'static str, &'static [&'static str])] = &[
]),
("fsharp", &["*.fs", "*.fsx", "*.fsi"]),
("go", &["*.go"]),
("groovy", &["*.groovy"]),
("groovy", &["*.groovy", "*.gradle"]),
("haskell", &["*.hs", "*.lhs"]),
("html", &["*.htm", "*.html"]),
("java", &["*.java"]),