Skip to content

Commit c952334

Browse files
committed
Revert higlight overrides
1 parent 1f9d9f3 commit c952334

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

syntax/pandoc.vim

+2-10
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ scriptencoding utf-8
1010
" Contributor: Jorge Israel Peña <[email protected]>
1111
" Contributor: Rob Muhlestein (twitch.tv/rwxrob) <[email protected]>
1212
" OriginalAuthor: Jeremy Schultz <[email protected]>
13-
" Version: 5.1
13+
" Version: 5.0
1414

1515
" Configuration: {{{1
1616
"
@@ -224,14 +224,6 @@ endif
224224

225225
" Syntax Rules: {{{1
226226

227-
" corrects distracting conceal (ligature) background colors, blue makes
228-
" it obvious that the character is a ligature instead of an actual Unicode
229-
" character since both can exist in the same file
230-
hi Conceal ctermbg=none ctermfg=Blue
231-
232-
" preferable link color to underlining
233-
hi link pandocDelimitedCodeBlock pandocNoFormatted
234-
235227
" Embeds: {{{2
236228

237229
" HTML: {{{3
@@ -531,7 +523,7 @@ if &encoding ==# 'utf-8'
531523
call s:WithConceal('quotes', 'syn match pandocEndQuote /\(\>[[:punct:]]*\)\@<="[[:blank:][:punct:]\n]\@=/ containedin=pandocEmphasis,pandocStrong,pandocUListItem,pandocListItem,pandocListItemContinuation display', 'conceal cchar=”')
532524
endif
533525
" }}}3
534-
"
526+
535527
" Apostrophes: {{{3
536528
if &encoding ==# 'utf-8'
537529
call s:WithConceal('apostrophes', 'syn match pandocApostrophe /[*~_\n[:space:]]\@<!''/ containedin=pandocEmphasis,pandocStrong,pandocUListItem,pandocListItem,pandocListItemContinuation display', 'conceal cchar=’')

0 commit comments

Comments
 (0)