Skip to content

Commit

Permalink
Add anonymous hyperlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv authored and infininight committed Nov 26, 2012
1 parent a8e8332 commit 7650554
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Syntaxes/reStructuredText.plist
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,27 @@
<key>name</key>
<string>markup.other.command.restructuredtext</string>
</dict>
<dict>
<key>captures</key>
<dict>
<key>1</key>
<dict>
<key>name</key>
<string>punctuation.definition.link.restructuredtext</string>
</dict>
<key>2</key>
<dict>
<key>name</key>
<string>markup.underline.link.restructuredtext</string>
</dict>
</dict>
<key>comment</key>
<string>anonymous links __ url</string>
<key>match</key>
<string>\s*(__)\s+(.+)</string>
<key>name</key>
<string>meta.link.restructuredtext</string>
</dict>
<dict>
<key>include</key>
<string>#link-reference</string>
Expand Down

0 comments on commit 7650554

Please sign in to comment.