Skip to content

Commit

Permalink
Style Markdown URLs more consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
noahfrederick committed Apr 13, 2013
1 parent 01ea0d4 commit 107a34e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colors/noctu.vim
@@ -1,7 +1,7 @@
" noctu.vim - Vim color scheme for 16-color terminals
" --------------------------------------------------------------
" Author: Noah Frederick (http://noahfrederick.com/)
" Version: 1.2.3
" Version: 1.2.4
" --------------------------------------------------------------

" Scheme setup {{{
Expand Down Expand Up @@ -133,7 +133,7 @@ hi! link markdownLinkDelimiter Delimiter
hi! link markdownURLDelimiter Delimiter
hi! link markdownCodeDelimiter NonText
hi! link markdownLinkTextDelimiter markdownLinkDelimiter
hi! link markdownUrl markdownLinkDelimiter
hi! link markdownUrl markdownLinkText
hi! link markdownAutomaticLink markdownLinkText
hi! link markdownCodeBlock String
hi markdownCode cterm=bold
Expand Down

0 comments on commit 107a34e

Please sign in to comment.