Skip to content

Commit

Permalink
Add puppetfile and fix definition of capfile
Browse files Browse the repository at this point in the history
puppetfile should be supported as custom type
capfile should be uppercase as capistrano auto-generates a file called "Capfile" and not "capfile" which causes mismatches
  • Loading branch information
Ma27 authored and infininight committed Feb 21, 2016
1 parent 97608b6 commit cc447f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Syntaxes/Ruby.plist
Expand Up @@ -48,7 +48,7 @@
<string>fcgi</string>
<string>gemspec</string>
<string>irbrc</string>
<string>capfile</string>
<string>Capfile</string>
<string>ru</string>
<string>prawn</string>
<string>Cheffile</string>
Expand All @@ -61,6 +61,7 @@
<string>Berksfile</string>
<string>Berksfile.lock</string>
<string>Thorfile</string>
<string>Puppetfile</string>
</array>
<key>firstLineMatch</key>
<string>^#!/.*\bruby</string>
Expand Down

0 comments on commit cc447f0

Please sign in to comment.