mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-04-08 16:53:58 +02:00
ignore/types: add puppet
Puppet is primarily written in it's own format of .pp files, but custom facts and functions are often written in Ruby. The templating language is ERB and so this will allow scanning of any of the three most commonly used formats for Puppet specific things.
This commit is contained in:
parent
1f528f1641
commit
667b9a7d62
@ -215,6 +215,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
|
||||
("pod", &["*.pod"]),
|
||||
("protobuf", &["*.proto"]),
|
||||
("ps", &["*.cdxml", "*.ps1", "*.ps1xml", "*.psd1", "*.psm1"]),
|
||||
("puppet", &[".erb", "*.pp", "*.rb"]),
|
||||
("purs", &["*.purs"]),
|
||||
("py", &["*.py"]),
|
||||
("qmake", &["*.pro", "*.pri", "*.prf"]),
|
||||
|
Loading…
x
Reference in New Issue
Block a user