Skip to content

Commit

Permalink
• require a space after / for the / to start a regexp — ticket 42E93DDC
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.textmate.org/trunk/Bundles/Perl.tmbundle@7547 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
sorbits committed Jun 19, 2007
1 parent f1ec5bc commit fa1ff4a
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 @@ -871,7 +871,7 @@
</dict>
</dict>
<key>match</key>
<string>(?&lt;!\\)((~\s*)?\/)(.*?)(?&lt;!\\)(\\{2})*(\/)</string>
<string>(?&lt;!\\)((~\s*)?\/)(\S.*?)(?&lt;!\\)(\\{2})*(\/)</string>
<key>name</key>
<string>string.regexp.find.perl</string>
</dict>
Expand Down

0 comments on commit fa1ff4a

Please sign in to comment.