mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 09:40:22 -07:00
ignore/types: add embedded puppet templates
.epp files are getting more and more common in Puppet code bases so it makes sense I think to include them as part of the "puppet" type. https://puppet.com/docs/puppet/7/lang_template_epp.html PR #2141
This commit is contained in:
parent
a02678800b
commit
bdf10ab7c0
@ -178,7 +178,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
|
||||
("postscript", &["*.eps", "*.ps"]),
|
||||
("protobuf", &["*.proto"]),
|
||||
("ps", &["*.cdxml", "*.ps1", "*.ps1xml", "*.psd1", "*.psm1"]),
|
||||
("puppet", &["*.erb", "*.pp", "*.rb"]),
|
||||
("puppet", &["*.epp", "*.erb", "*.pp", "*.rb"]),
|
||||
("purs", &["*.purs"]),
|
||||
("py", &["*.py"]),
|
||||
("qmake", &["*.pro", "*.pri", "*.prf"]),
|
||||
|
Loading…
x
Reference in New Issue
Block a user