A more liberal markdownValid

This commit is contained in:
Bryan Richter
2013-01-21 17:30:43 +00:00
parent 9407dae660
commit 10cf9687d2

View File

@@ -29,7 +29,7 @@ unlet! s:type
syn sync minlines=10 syn sync minlines=10
syn case ignore syn case ignore
syn match markdownValid '[<>]\S\@!' syn match markdownValid '[<>]\c[a-z/$!]\@!'
syn match markdownValid '&\%(#\=\w*;\)\@!' syn match markdownValid '&\%(#\=\w*;\)\@!'
syn match markdownLineStart "^[<@]\@!" nextgroup=@markdownBlock syn match markdownLineStart "^[<@]\@!" nextgroup=@markdownBlock