Skip to content

Commit

Permalink
Add groups for italic and bold text in Markdown
Browse files Browse the repository at this point in the history
Include both groups to make sure the formatting is applied correctly
even when the default linked group "Italics" changes.

GH-84
  • Loading branch information
arcticicestudio committed Dec 30, 2017
1 parent 97c8aa2 commit 15638a8
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 15638a8

Please sign in to comment.