1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-03 05:10:12 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"]),