0443b43 [preproc] allow multiple lines inside {{{}}}, fix expression for quoted strings so that the closest quote is matched

Authored and Committed by clime 5 years ago
    [preproc] allow multiple lines inside {{{}}}, fix expression for quoted strings so that the closest quote is matched
    
    * Note that preproc does not support any kind of escaping in quoted strings: "[^"]*" or '[^']*'
    "\"{{{" is recognized as <quoted_string><opener><double_quote> sequence, not as a single quoted string.
    
        
file modified
+2 -2