1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-05-13 21:26:27 +02:00

ignore/types: add cml to the default types list

It's used in Fuchsia to mean "component manifest language."[1]

[1]: https://fuchsia.dev/reference/cml?hl=en

Closes #2529
This commit is contained in:
Yifei Teng 2023-06-07 13:40:01 -07:00 committed by Andrew Gallant
parent 16f783832e
commit 545a7dc759

View File

@ -38,6 +38,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("ceylon", &["*.ceylon"]), ("ceylon", &["*.ceylon"]),
("clojure", &["*.clj", "*.cljc", "*.cljs", "*.cljx"]), ("clojure", &["*.clj", "*.cljc", "*.cljs", "*.cljx"]),
("cmake", &["*.cmake", "CMakeLists.txt"]), ("cmake", &["*.cmake", "CMakeLists.txt"]),
("cml", &["*.cml"]),
("coffeescript", &["*.coffee"]), ("coffeescript", &["*.coffee"]),
("config", &["*.cfg", "*.conf", "*.config", "*.ini"]), ("config", &["*.cfg", "*.conf", "*.config", "*.ini"]),
("coq", &["*.v"]), ("coq", &["*.v"]),