diff --git a/colors/gruvbox.vim b/colors/gruvbox.vim index a4cd793c..c97b87d3 100644 --- a/colors/gruvbox.vim +++ b/colors/gruvbox.vim @@ -1013,6 +1013,13 @@ call s:HL('scalaTypeTypePostDeclaration', 'yellow') call s:HL('scalaInstanceDeclaration', 'light1') call s:HL('scalaInterpolation', 'aqua') +" }}} +" Markdown: {{{ +call s:HL('markdownItalic', 'yellow') +call s:HL('markdownBold', 'red') +call s:HL('markdownCode', 'blue') +call s:HL('markdownCodeBlock', 'blue') +call s:HL('markdownCodeDelimiter', 'blue') " }}} " Functions -------------------------------------------------------------------