Skip to content

Commit

Permalink
Prevent << operator before paren from starting a heredoc
Browse files Browse the repository at this point in the history
Fixes #3, thanks to @tyfighter.
  • Loading branch information
infininight committed Oct 2, 2013
1 parent bb6d446 commit 98ef9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Syntaxes/Perl.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1978,7 +1978,7 @@
</dict>
<dict>
<key>begin</key>
<string>((&lt;&lt;) *((?![=\d\$ ])[^;,'"`\s)]*)).*\n?</string>
<string>((&lt;&lt;) *((?![=\d\$\( ])[^;,'"`\s)]*)).*\n?</string>
<key>captures</key>
<dict>
<key>0</key>
Expand Down

0 comments on commit 98ef9e1

Please sign in to comment.