X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/c18086c72379c573eaf828739fca3d9487285e80..b3d1544862af672922d2f18921a0dea92f832002:/syntax/mkd.vim diff --git a/syntax/mkd.vim b/syntax/mkd.vim index 22dcd40..4515801 100644 --- a/syntax/mkd.vim +++ b/syntax/mkd.vim @@ -110,7 +110,9 @@ HtmlHiLink mkdLinkTitle htmlString HtmlHiLink mkdDelimiter Delimiter " Automatically insert bullets -set formatoptions+=r +setlocal formatoptions+=r +" Accept various markers as bullets +setlocal comments=b:*,b:+,b:- let b:current_syntax = "mkd"