1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-05-13 21:26:27 +02:00

ignore/types: improve Elixir globs

Closes #2450
This commit is contained in:
angrycandy 2023-03-13 11:46:40 -04:00 committed by Andrew Gallant
parent d675844510
commit 07cbfee225
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ Unreleased changes. Release notes have not yet been written.
Feature enhancements:
* Added or improved file type filtering for Fuchsia, GraphQL
* Added or improved file type filtering for Elixir, Fuchsia, GraphQL
Bug fixes:

View File

@ -67,7 +67,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("ebuild", &["*.ebuild"]),
("edn", &["*.edn"]),
("elisp", &["*.el"]),
("elixir", &["*.ex", "*.eex", "*.exs"]),
("elixir", &["*.ex", "*.eex", "*.exs", "*.heex", "*.leex", "*.livemd"]),
("elm", &["*.elm"]),
("erb", &["*.erb"]),
("erlang", &["*.erl", "*.hrl"]),