Skip to content

Commit

Permalink
Merge pull request #91 from arcticicestudio/improvement/gh-84-italics…
Browse files Browse the repository at this point in the history
…-in-markdown

Add groups for italic and bold text in Markdown
  • Loading branch information
arcticicestudio committed Dec 30, 2017
2 parents 97c8aa2 + 15638a8 commit 63b4612
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions colors/nord.vim
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ call s:hi("markdownIdDeclaration", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("markdownH1", s:nord8_gui, "", s:nord8_term, "", "", "")
call s:hi("markdownLinkText", s:nord8_gui, "", s:nord8_term, "", "", "")
call s:hi("markdownUrl", s:nord4_gui, "", "NONE", "", "NONE", "")
hi! link markdownBold Bold
hi! link markdownBoldDelimiter Keyword
hi! link markdownFootnoteDefinition markdownFootnote
hi! link markdownH2 markdownH1
Expand All @@ -380,6 +381,7 @@ hi! link markdownH4 markdownH1
hi! link markdownH5 markdownH1
hi! link markdownH6 markdownH1
hi! link markdownIdDelimiter Keyword
hi! link markdownItalic Italic
hi! link markdownItalicDelimiter Keyword
hi! link markdownLinkDelimiter Keyword
hi! link markdownLinkTextDelimiter Keyword
Expand Down

0 comments on commit 63b4612

Please sign in to comment.