Skip to content

Commit

Permalink
Conceal link URLs when &conceallevel is set (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
SidOfc committed May 22, 2020
1 parent 9634752 commit c685526
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions after/syntax/markdown/mkdx.vim
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ syn match mkdxLink '\(https\?:\)\?\/\/[^ ]\{-}\(\.\w\+\)\+'
syn match mkdxKbdText '\%(kbd>\)\@<=[^ >]\+\%(<\/\?kbd\)\@='
syn match mkdxKbdOpening '<kbd>'
syn match mkdxKbdEnding '<\/kbd>'
syn region markdownLink matchgroup=markdownLinkDelimiter start="(" end=")" keepend contained conceal contains=markdownUrl

" CriticMarkup
" reference: http://criticmarkup.com
Expand Down

0 comments on commit c685526

Please sign in to comment.