File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ function! EnableEmbedsforCodeblocksWithLang(entry)
175175        "  We might have just turned off spellchecking by including the file, 
176176        "  so we turn it back on here. 
177177        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\)\@<=\_^/' 
179179                    \'  end = /\_$\n\(\( \+\|\t\)\=\(`\{3,}`*\|\~\{3,}\~*\)\_$\n\_$\)\@=/  contained containedin= pandocDelimitedCodeBlock' .
180180                    \'  contains= @ ' . toupper (s: langname
181181        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