File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ function! EnableEmbedsforCodeblocksWithLang(entry)
175
175
" We might have just turned off spellchecking by including the file,
176
176
" so we turn it back on here.
177
177
exe ' syntax spell toplevel'
178
- exe ' syn region pandocDelimitedCodeBlock_' . s: langname . ' start=/\(\_^\( \+\|\t\)\=\(`\{3,}`*\|\~\{3,}\~*\)\s*\%({[^.]*\. \)\=' . s: langname . ' \>.*\n\)\@<=\_^/' .
178
+ exe ' syn region pandocDelimitedCodeBlock_' . s: langname . ' start=/\(\_^\( \+\|\t\)\=\(`\{3,}`*\|\~\{3,}\~*\)\s*\%({[^.]*[.=] \)\=' . s: langname . ' \>.*\n\)\@<=\_^/' .
179
179
\' end = /\_$\n\(\( \+\|\t\)\=\(`\{3,}`*\|\~\{3,}\~*\)\_$\n\_$\)\@=/ contained containedin= pandocDelimitedCodeBlock' .
180
180
\' contains= @ ' . toupper (s: langname )
181
181
exe ' syn region pandocDelimitedCodeBlockinBlockQuote_' . s: langname . ' start=/>\s\(`\{3,}`*\|\~\{3,}\~*\)\s*\%({[^.]*\.\)\=' . s: langname . ' \>/' .
You can’t perform that action at this time.
0 commit comments