Skip to content

Commit

Permalink
• Change 'comment.line.number-sign.full-line.perl' to 'meta.comment.f…
Browse files Browse the repository at this point in the history
…ull-line.perl' so that schemas can key on 'meta.comment.full-line'.

git-svn-id: http://svn.textmate.org/trunk/Bundles/Perl.tmbundle@6435 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
Gerd Knops committed Jan 6, 2007
1 parent ac5d7b5 commit f0fee53
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Syntaxes/Perl.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2657,15 +2657,20 @@
<key>captures</key>
<dict>
<key>1</key>
<dict>
<key>name</key>
<string>comment.line.number-sign.perl</string>
</dict>
<key>2</key>
<dict>
<key>name</key>
<string>punctuation.definition.comment.perl</string>
</dict>
</dict>
<key>match</key>
<string>^(#).*$\n?</string>
<string>^((#).*$\n?)</string>
<key>name</key>
<string>comment.line.number-sign.full-line.perl</string>
<string>meta.comment.full-line.perl</string>
</dict>
<dict>
<key>captures</key>
Expand Down

0 comments on commit f0fee53

Please sign in to comment.