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

Commit

Permalink
Merge pull request #24 from atom/sm-link-in-comments
Browse files Browse the repository at this point in the history
Don’t highlight links in comments
  • Loading branch information
simurai committed Sep 28, 2016
2 parents c1e7728 + 85bbfdb commit 9071939
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/languages/_base.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
.comment {
color: @syntax-comment-color;
font-style: italic;

.markup.link {
color: @syntax-comment-color;
}
}

.string {
Expand Down

0 comments on commit 9071939

Please sign in to comment.