Skip to content

Commit 3cb9194

Browse files
committed
• add @uses to the set of PHPDoc keywords matched
git-svn-id: http://svn.textmate.org/trunk/Bundles/PHP.tmbundle@5594 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
1 parent a0df66a commit 3cb9194

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))\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\b</string>
229229
<key>name</key>
230230
<string>keyword.other.phpdoc.php</string>
231231
</dict>

0 commit comments

Comments
 (0)