Bugfix: " is punctuation

This commit is contained in:
Reid 'arrdem' McKenzie 2020-07-18 21:01:17 -06:00
parent f79ff28b9a
commit 2122a15759

View file

@ -242,6 +242,7 @@ class Parser(SexpParser):
@classmethod
def ispunct(cls, ch: str):
return ch in (
'""'
';' # Semicolon
'()' # Parens
'⟮⟯' # 'flat' parens