Skip to content

Commit

Permalink
Loosening up shebang line matching for Ruby to allow any suffix on th…
Browse files Browse the repository at this point in the history
…e interpreter.
  • Loading branch information
JEG2 committed Sep 3, 2009
1 parent 4ae744e commit 10c7e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Syntaxes/Ruby.plist
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<string>capfile</string>
</array>
<key>firstLineMatch</key>
<string>^#!/.*\bruby\b</string>
<string>^#!/.*\bruby</string>
<key>foldingStartMarker</key>
<string>(?x)^
(\s*+
Expand Down

0 comments on commit 10c7e6f

Please sign in to comment.