mirror of
https://github.com/tpope/vim-markdown.git
synced 2025-11-20 07:43:41 -05:00
Link trailing whitespace to Error color
This commit is contained in:
@@ -148,7 +148,7 @@ hi def link markdownBoldItalicDelimiter markdownBoldItalic
|
|||||||
hi def link markdownCodeDelimiter Delimiter
|
hi def link markdownCodeDelimiter Delimiter
|
||||||
|
|
||||||
hi def link markdownEscape Special
|
hi def link markdownEscape Special
|
||||||
hi def markdownImplicitBreak ctermbg=darkgreen guibg=lightgreen
|
hi def link markdownImplicitBreak Error
|
||||||
hi def link markdownError Error
|
hi def link markdownError Error
|
||||||
|
|
||||||
let b:current_syntax = "markdown"
|
let b:current_syntax = "markdown"
|
||||||
|
|||||||
Reference in New Issue
Block a user