Open fiee opened 3 years ago
I got a cson file from an Atom package that contains many entries like
body: '\\about' + '{${1:text}}' + '[${2:reference}]' + '$3'
Your parser can’t handle these multipart/continued strings, while Atom apparently understands them. Could you add that?
I got a cson file from an Atom package that contains many entries like
Your parser can’t handle these multipart/continued strings, while Atom apparently understands them. Could you add that?