mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-31 04:02:00 -07:00
ignore/types: add FIDL type
FIDL is the Fuchsia Interface Definition Language https://fuchsia.googlesource.com/zircon/+/HEAD/docs/fidl/index.md
This commit is contained in:
committed by
Andrew Gallant
parent
c3f97513d6
commit
15fa77cdb3
@@ -131,6 +131,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
|
||||
("elixir", &["*.ex", "*.eex", "*.exs"]),
|
||||
("elm", &["*.elm"]),
|
||||
("erlang", &["*.erl", "*.hrl"]),
|
||||
("fidl", &["*.fidl"]),
|
||||
("fish", &["*.fish"]),
|
||||
("fortran", &[
|
||||
"*.f", "*.F", "*.f77", "*.F77", "*.pfo",
|
||||
|
Reference in New Issue
Block a user