Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Further tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Casey Kuhlman committed Jul 31, 2013
1 parent 44f8840 commit 72f4f7d
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions Extended Markdown.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -1064,6 +1064,10 @@
<key>include</key>
<string>#link-ref</string>
</dict>
<dict>
<key>include</key>
<string>#footnote</string>
</dict>
</array>
</dict>
<key>bracket</key>
Expand All @@ -1085,6 +1089,31 @@
<key>name</key>
<string>constant.character.escape.markdown</string>
</dict>
<key>footnote</key>
<dict>
<key>begin</key>
<string>(\^\[)</string>
<key>beginCaptures</key>
<dict>
<key>1</key>
<dict>
<key>name</key>
<string>punctuation.definition.footnote.markdown</string>
</dict>
</dict>
<key>contentName</key>
<string>markup.footnote.markdown</string>
<key>end</key>
<string>(\])</string>
<key>endCaptures</key>
<dict>
<key>1</key>
<dict>
<key>name</key>
<string>punctuation.definition.footnote.markdown</string>
</dict>
</dict>
</dict>
<key>heading</key>
<dict>
<key>begin</key>
Expand Down Expand Up @@ -1310,6 +1339,10 @@
<key>include</key>
<string>#link-ref</string>
</dict>
<dict>
<key>include</key>
<string>#footnote</string>
</dict>
</array>
</dict>
<key>italic</key>
Expand Down Expand Up @@ -1434,6 +1467,10 @@
<key>include</key>
<string>#link-ref</string>
</dict>
<dict>
<key>include</key>
<string>#footnote</string>
</dict>
</array>
</dict>
<key>line-break</key>
Expand Down

0 comments on commit 72f4f7d

Please sign in to comment.