mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-13 21:26:27 +02:00
parent
d675844510
commit
07cbfee225
@ -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:
|
||||
|
||||
|
@ -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"]),
|
||||
|
Loading…
x
Reference in New Issue
Block a user