1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-04-02 20:45:38 +02:00

ignore/types: add fennel

https://fennel-lang.org/

PR #2069
This commit is contained in:
jgart 2021-11-15 09:58:09 -05:00 committed by GitHub
parent 009dda1488
commit 418d048b27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,6 +63,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("elm", &["*.elm"]), ("elm", &["*.elm"]),
("erb", &["*.erb"]), ("erb", &["*.erb"]),
("erlang", &["*.erl", "*.hrl"]), ("erlang", &["*.erl", "*.hrl"]),
("fennel", &["*.fnl"]),
("fidl", &["*.fidl"]), ("fidl", &["*.fidl"]),
("fish", &["*.fish"]), ("fish", &["*.fish"]),
("flatbuffers", &["*.fbs"]), ("flatbuffers", &["*.fbs"]),