Skip to content

Commit a0df66a

Browse files
committed
Fix the heredocs I broke when I added the punctuation scopes, thanks to alakazam for pointing it out.
git-svn-id: http://svn.textmate.org/trunk/Bundles/PHP.tmbundle@5564 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
1 parent d12530e commit a0df66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Syntaxes/PHP.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1150,7 +1150,7 @@
11501150
</dict>
11511151
</dict>
11521152
<key>end</key>
1153-
<string>^(\1)(;?)$</string>
1153+
<string>^(\2)(;?)$</string>
11541154
<key>endCaptures</key>
11551155
<dict>
11561156
<key>1</key>

0 commit comments

Comments
 (0)