1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-08-04 21:52:54 +02:00

ignore/types: add raku extensions to ignore types

Closes #2117
This commit is contained in:
Juan Francisco Cantero Hurtado
2022-01-02 21:31:11 +01:00
committed by Andrew Gallant
parent db6bb21a62
commit ee1360cc07
2 changed files with 5 additions and 1 deletions

View File

@ -210,6 +210,10 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("qml", &["*.qml"]),
("r", &["*.R", "*.r", "*.Rmd", "*.Rnw"]),
("racket", &["*.rkt"]),
("raku", &[
"*.raku", "*.rakumod", "*.rakudoc", "*.rakutest",
"*.p6", "*.pl6", "*.pm6"
]),
("rdoc", &["*.rdoc"]),
("readme", &["README*", "*README"]),
("reasonml", &["*.re", "*.rei"]),