Remove Markdown todo highlights
This commit is contained in:
parent
3e639c4936
commit
3ffda34a29
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user