File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 142142 (perl . (" \\ .pm\\ '" ))
143143 (python . ((" /SConstruct" " /SConscript" " /wscript" )))
144144 (ruby . (,(rx (or " .gemspec" " .thor" " .rabl" " .ru" " .jbuilder" " .podspec" ) string-end)
145- (" /Berksfile" " /Capfile" " /Gemfile" " /Guardfile" " /Puppetfile" " /Podfile" " /Rakefile" " /Vagrantfile" )))
145+ (" /Appraisals" " /Berksfile" " /Brewfile" " /Buildfile" " /Capfile" " /Dangerfile"
146+ " /Deliverfile" " /Fastfile" " /Gemfile" " /Guardfile" " /Jarfile" " /Mavenfile"
147+ " /Puppetfile" " /Podfile" " /Rakefile" " /Snapfile" " /Thorfile" " /Vagrantfile"
148+ " /buildfile" )))
146149 (scheme . (,(rx (or " .rkt" " .ss" " .sls" " .sld" ) string-end)))
147150 (vb . (,(rx (or " .frm" " .bas" " .cls" " .vb" " .rvb" ) string-end)))
148151 (xml . (" \\ .plist\\ '" ))
You can’t perform that action at this time.
0 commit comments