X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/8b54e061e105fba060d6c24c0a05679c2f951810..9dd8d7c09eff15f845edfa88cb22df88a5b6b8c6:/syntax/markdown.vim diff --git a/syntax/markdown.vim b/syntax/markdown.vim index 52369c3..d27145c 100644 --- a/syntax/markdown.vim +++ b/syntax/markdown.vim @@ -47,7 +47,7 @@ if get(g:, 'vim_markdown_emphasis_multiline', 1) else let s:oneline = ' oneline' endif -execute 'syn region htmlItalic start="\%(^\|\s\)\zs\*\ze[^\\\*\t ]" end="[^\\\*\t ]\zs\*\ze\_W" keepend' . s:oneline +execute 'syn region htmlItalic start="\%(^\|\s\)\zs\*\ze[^\\\*\t ]\%(\%([^*]\|\\\*\|\n\)*[^\\\*\t ]\)\?\*\_W" end="[^\\\*\t ]\zs\*\ze\_W" keepend' . s:oneline execute 'syn region htmlItalic start="\%(^\|\s\)\zs_\ze[^\\_\t ]" end="[^\\_\t ]\zs_\ze\_W" keepend' . s:oneline execute 'syn region htmlBold start="\*\*\ze\S" end="\S\zs\*\*" keepend' . s:oneline execute 'syn region htmlBold start="__\ze\S" end="\S\zs__" keepend' . s:oneline @@ -155,7 +155,7 @@ HtmlHiLink mkdFootnote Comment HtmlHiLink mkdBlockquote Comment HtmlHiLink mkdListItem Identifier HtmlHiLink mkdRule Identifier -HtmlHiLink mkdLineBreak Todo +HtmlHiLink mkdLineBreak Visual HtmlHiLink mkdFootnotes htmlLink HtmlHiLink mkdLink htmlLink HtmlHiLink mkdURL htmlString