Skip to content

Commit 418d048

Browse files
authored
ignore/types: add fennel
https://fennel-lang.org/ PR BurntSushi#2069
1 parent 009dda1 commit 418d048

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/ignore/src/default_types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
6363
("elm", &["*.elm"]),
6464
("erb", &["*.erb"]),
6565
("erlang", &["*.erl", "*.hrl"]),
66+
("fennel", &["*.fnl"]),
6667
("fidl", &["*.fidl"]),
6768
("fish", &["*.fish"]),
6869
("flatbuffers", &["*.fbs"]),

0 commit comments

Comments
 (0)