mpc icon indicating copy to clipboard operation
mpc copied to clipboard

parser for """long string""" ?

Open carueda opened this issue 1 year ago • 2 comments

Question: how to define a parser for arbitrary contents delimited by multi-char indicators? As a concrete case, consider python long strings, eg:

"""
some
contents
"""

My case is actually with {{{ and }}} as delimiters, but any hints are appreciated.

carueda avatar Jan 11 '23 01:01 carueda