Remove Markdown todo highlights

This commit is contained in:
Kenneth Benzie 2020-04-07 13:23:16 +01:00
parent 3e639c4936
commit 3ffda34a29

View File

@ -44,12 +44,6 @@ hi link markdownCheckboxBoldItalicDelimiter markdownCheckboxBoldItalic
hi link markdownCheckboxCode SpecialComment hi link markdownCheckboxCode SpecialComment
hi link markdownCheckboxCodeDelimiter PreProc hi link markdownCheckboxCodeDelimiter PreProc
" Add match for TODO
syn match markdownTodo 'TODO'
hi link markdownTodo Todo
syn cluster markdownInline add=markdownTodo
" yaml frontmatter " yaml frontmatter
syn region markdownFrontmatter matchgroup=markdownFrontmatterDelimiter start='\%^---' keepend end='^---' contains=@markdownHighlightyaml syn region markdownFrontmatter matchgroup=markdownFrontmatterDelimiter start='\%^---' keepend end='^---' contains=@markdownHighlightyaml
hi default link markdownFrontmatterDelimiter Special hi default link markdownFrontmatterDelimiter Special