We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb10241 commit 0760bb3Copy full SHA for 0760bb3
syntax/pandoc.vim
@@ -34,7 +34,7 @@ syn region pdcLaTeXCodeBlock matchgroup=Delimiter start=/^```{=latex}/ end=/```\
34
syn region pdcBlockQuote start=/^\s\{,3}>\s\?/ end=/[[:print:]]\(\n\s*\n\)\@=/ keepend
35
36
" Lists
37
-syn region pdcUList start=/^>\=\s*[*=-]\ze\s*[[:print:]]$/ end=/[[:print:]]\(\n\s*\n\)\@=/ keepend
+syn region pdcUList start=/^\s*[*=-][*=-]\@!\ze\s*[[:print:]]/ end=/[[:print:]]\(\n\s*\n\)\@=/ keepend
38
syn region pdcOList start=/^(\?\(\d\+\|\l\|\#\|@.\{-}\|x\=l\=\(i\{,3}[vx]\=\)\{,3}c\{,3}\)[.)]/ end=/[[:print:]]\(\n\s*\n\)\@=/ keepend
39
40
" Definitions
0 commit comments