File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -263,6 +263,7 @@ unlet b:current_syntax
263263syn include @LATEX syntax/tex.vim
264264call s: WithConceal (' inlinemath' , ' syn region pandocLaTeXInlineMath start=/\v\\@<!\$\S@=/ end=/\v\\@<!\$\d@!/ keepend contains=@LATEX' , ' conceal' )
265265call s: WithConceal (' inlinemath' , ' syn region pandocLaTeXInlineMath start=/\\\@<!\\(/ end=/\\\@<!\\)/ keepend contains=@LATEX ' , ' conceal' )
266+ call s: WithConceal (' inlinemathdebug' , ' syn region pandocLaTeXInlineMath start=/DEBUGSTARTMATH/ end=/DEBUGENDMATH/ keepend ' , ' conceal' )
266267syn match pandocEscapedDollar / \\\$ / conceal cchar =$
267268syn match pandocProtectedFromInlineLaTeX / \\\@ <!\$ {.*}\(\(\s\| [[:punct:]]\)\( [^$]*\| .*\(\\\$ .*\)\{ 2}\)\n\n\| $\)\@ =/ display
268269" contains=@LATEX
You can’t perform that action at this time.
0 commit comments