1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-05-29 21:47:42 +02:00

ignore/types: add edn type from Clojure ecosystem

PR #1330
This commit is contained in:
Matthew Davidson 2019-07-29 16:43:28 -04:00 committed by Andrew Gallant
parent 08ae4da2b7
commit bc37c32717

View File

@ -135,6 +135,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
("d", &["*.d"]),
("dhall", &["*.dhall"]),
("docker", &["*Dockerfile*"]),
("edn", &["*.edn"]),
("elisp", &["*.el"]),
("elixir", &["*.ex", "*.eex", "*.exs"]),
("elm", &["*.elm"]),