Skip to content

Commit

Permalink
Highlight plain URIs and emails
Browse files Browse the repository at this point in the history
  • Loading branch information
maliayas committed Dec 4, 2013
1 parent e9d7fe5 commit f4dac30
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
14 changes: 14 additions & 0 deletions MarkdownEditor-Dark.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,20 @@
<string>#555555</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markup: Plain Link</string>
<key>scope</key>
<string>
, meta.link.inet.markdown markup.underline.link.markdown,
, meta.link.email.lt-gt.markdown markup.underline.link.markdown,
</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#bbbb77</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>-----------------------------------</string>
Expand Down
14 changes: 14 additions & 0 deletions MarkdownEditor-Yellow.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,20 @@
<string>#b7a884</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markup: Plain Link</string>
<key>scope</key>
<string>
, meta.link.inet.markdown markup.underline.link.markdown,
, meta.link.email.lt-gt.markdown markup.underline.link.markdown,
</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#624369</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>-----------------------------------</string>
Expand Down
14 changes: 14 additions & 0 deletions MarkdownEditor.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,20 @@
<string>#AAAAAA</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markup: Plain Link</string>
<key>scope</key>
<string>
, meta.link.inet.markdown markup.underline.link.markdown,
, meta.link.email.lt-gt.markdown markup.underline.link.markdown,
</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#444488</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>-----------------------------------</string>
Expand Down
1 change: 1 addition & 0 deletions messages/2.0.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Your _MarkdownEditing_ plugin is updated. Enjoy new version. For any type of fee
* "Gather missing links" feature is now more intelligent
* Command palette items improved
* Ctrl+B and Ctrl+I will unbold / unitalicize words without selecting them if they are already bold / italic. Cursor can be at anywhere of the word. Applies only to `_` style bolds / italics. This is because ST word selection (Ctrl+D) doesn't include `*` characters.
* Link and email address highlighting improved.

## Changes

Expand Down

0 comments on commit f4dac30

Please sign in to comment.