Skip to content

Commit

Permalink
ignore/types: add FIDL type
Browse files Browse the repository at this point in the history
FIDL is the Fuchsia Interface Definition Language
https://fuchsia.googlesource.com/zircon/+/HEAD/docs/fidl/index.md
  • Loading branch information
tkilbourn authored and BurntSushi committed Jun 6, 2018
1 parent c3f9751 commit 15fa77c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ignore/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 15fa77c

Please sign in to comment.