aboutsummaryrefslogblamecommitdiff
path: root/vim/after/syntax/markdown.vim
blob: 071d5449f0454c6dd2c760e9759372bf4c31c023 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                       
"
" Fix list definitions until I have time to figure out how to stop them
" applying to within code blocks and can suggest it to the maintainer.
"
syn clear markdownListMarker
syn match markdownListMarker "[-*+]\%(\s\+\S\)\@=" contained
syn clear markdownOrderedListMarker
syn match markdownOrderedListMarker "\<\d\+\.\%(\s*\S\)\@=" contained