Issue Type: Bug
When I type ", [, (, or { it is automatically matched with ", ], ), or }. But typing "" or () will work by consuming the automatic match, so I don't end up with ()).
When I type /**/ I would expect that to be exactly the text I get, but instead I get /**/ */.
Issue Type: Bug
When I type
",[,(, or{it is automatically matched with",],), or}. But typing""or()will work by consuming the automatic match, so I don't end up with()).When I type
/**/I would expect that to be exactly the text I get, but instead I get/**/ */.