Skip to content

Commit e89fb47

Browse files
committed
Support the “final” keyword
git-svn-id: http://svn.textmate.org/trunk/Bundles/PHP.tmbundle@8295 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
1 parent feeb43f commit e89fb47

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
@@ -745,7 +745,7 @@
745745
</dict>
746746
<dict>
747747
<key>begin</key>
748-
<string>^\s*(abstract)?\s*(class)\s+([a-zA-Z0-9_]+)\s*</string>
748+
<string>^\s*(abstract|final)?\s*(class)\s+([a-zA-Z0-9_]+)\s*</string>
749749
<key>beginCaptures</key>
750750
<dict>
751751
<key>1</key>

0 commit comments

Comments
 (0)