Skip to content

Commit 432de20

Browse files
committed
• add @deprecated and @Final in (documentation) comment blocks
git-svn-id: http://svn.textmate.org/trunk/Bundles/PHP.tmbundle@6123 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
1 parent b4143a2 commit 432de20

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
@@ -225,7 +225,7 @@
225225
<array>
226226
<dict>
227227
<key>match</key>
228-
<string>\@(a(ccess|uthor)|c(ategory|opyright)|global|li(cense|nk)|pa(ckage|ram)|return|s(ee|ince|tatic|ubpackage)|t(hrows|odo)|v(ar|ersion)|uses)\b</string>
228+
<string>\@(a(ccess|uthor)|c(ategory|opyright)|global|li(cense|nk)|pa(ckage|ram)|return|s(ee|ince|tatic|ubpackage)|t(hrows|odo)|v(ar|ersion)|uses|deprecated|final)\b</string>
229229
<key>name</key>
230230
<string>keyword.other.phpdoc.php</string>
231231
</dict>

0 commit comments

Comments
 (0)