From 9a3865b7cc1cc7ac9ef993514f07c26841d36e16 Mon Sep 17 00:00:00 2001 From: "Devin J. Pohly" Date: Thu, 16 Jan 2020 00:02:50 -0600 Subject: [PATCH] Avoid marking fenced divs as definition lists Workaround for #236. Make sure that the colon isn't followed by additional colons the same way we already do for tildes. --- syntax/pandoc.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/pandoc.vim b/syntax/pandoc.vim index 2ade9ca..0e09029 100644 --- a/syntax/pandoc.vim +++ b/syntax/pandoc.vim @@ -484,7 +484,7 @@ syn match pandocListItemContinuation /^\s\+\([-+*]\s\+\|(\?.\+[).]\)\@