1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-06-25 14:22:54 +02:00

ignore/types: add carp

See: https://github.com/carp-lang/Carp

PR #2343
This commit is contained in:
jgart
2022-11-01 06:17:00 -05:00
committed by GitHub
parent c032cda4b7
commit 65b1b0e38a

View File

@ -33,6 +33,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("c", &["*.[chH]", "*.[chH].in", "*.cats"]),
("cabal", &["*.cabal"]),
("candid", &["*.did"]),
("carp", &["*.carp"]),
("cbor", &["*.cbor"]),
("ceylon", &["*.ceylon"]),
("clojure", &["*.clj", "*.cljc", "*.cljs", "*.cljx"]),