mirror of
https://github.com/tpope/vim-markdown.git
synced 2025-11-19 15:23:40 -05:00
Merge 151fdcd6e2 into f2b82b7884
This commit is contained in:
@@ -145,6 +145,7 @@ if get(b:, 'markdown_yaml_head', get(g:, 'markdown_yaml_head', main_syntax ==# '
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
syn match markdownEscape "\\[][\\`*_{}()<>#+.!-]"
|
syn match markdownEscape "\\[][\\`*_{}()<>#+.!-]"
|
||||||
|
syn match markdownImplicitBreak "\s*\ \ $" containedin=ALL
|
||||||
syn match markdownError "\w\@<=_\w\@="
|
syn match markdownError "\w\@<=_\w\@="
|
||||||
|
|
||||||
hi def link markdownH1 htmlH1
|
hi def link markdownH1 htmlH1
|
||||||
@@ -190,6 +191,7 @@ hi def link markdownStrikeDelimiter markdownStrike
|
|||||||
hi def link markdownCodeDelimiter Delimiter
|
hi def link markdownCodeDelimiter Delimiter
|
||||||
|
|
||||||
hi def link markdownEscape Special
|
hi def link markdownEscape Special
|
||||||
|
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