Compare commits
2 Commits
b40a9abb59
...
3ffda34a29
Author | SHA1 | Date | |
---|---|---|---|
3ffda34a29 | |||
3e639c4936 |
@ -1,4 +0,0 @@
|
|||||||
syn keyword htmlTodo TODO
|
|
||||||
syn region htmlCommentPart contained start=+--+ end=+--\s*+ contains=htmlTodo,@htmlPreProc,@Spell
|
|
||||||
|
|
||||||
hi default link htmlTodo Todo
|
|
@ -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