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

File Types: Add .eex under Elixir

.eex is the default file ending for templates using Elixir's template engine EEx.
This commit is contained in:
robi-wan 2017-01-18 21:58:11 +01:00 committed by Andrew Gallant
parent fecef10c1c
commit de55d37bea

View File

@ -120,7 +120,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
("dart", &["*.dart"]),
("d", &["*.d"]),
("elisp", &["*.el"]),
("elixir", &["*.ex", "*.exs"]),
("elixir", &["*.ex", "*.eex", "*.exs"]),
("erlang", &["*.erl", "*.hrl"]),
("fish", &["*.fish"]),
("fortran", &[