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
263
263
syn include @LATEX syntax/tex.vim
264
264
call s: WithConceal (' inlinemath' , ' syn region pandocLaTeXInlineMath start=/\v\\@<!\$\S@=/ end=/\v\\@<!\$\d@!/ keepend contains=@LATEX' , ' conceal' )
265
265
call 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' )
266
267
syn match pandocEscapedDollar / \\\$ / conceal cchar =$
267
268
syn match pandocProtectedFromInlineLaTeX / \\\@ <!\$ {.*}\(\(\s\| [[:punct:]]\)\( [^$]*\| .*\(\\\$ .*\)\{ 2}\)\n\n\| $\)\@ =/ display
268
269
" contains=@LATEX
You can’t perform that action at this time.
0 commit comments