added escape syntax handling to markdown files
This commit is contained in:
parent
b171fc1997
commit
88a5b1273c
1 changed files with 1 additions and 0 deletions
|
|
@ -230,6 +230,7 @@ call <sid>hi('markdownFootnote', s:cdOrange, {}, 'none', {})
|
|||
call <sid>hi('markdownFootnoteDefinition', s:cdOrange, {}, 'none', {})
|
||||
call <sid>hi('markdownUrl', s:cdLightBlue, {}, 'underline', {})
|
||||
call <sid>hi('markdownLinkText', s:cdOrange, {}, 'none', {})
|
||||
call <sid>hi('markdownEscape', s:cdYellowOrange, {}, 'none', {})
|
||||
|
||||
" JSON:
|
||||
call <sid>hi('jsonKeyword', s:cdLightBlue, {}, 'none', {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue