CodeEditApp / CodeEditSourceEditor

A code editor view written in Swift powered by tree-sitter.
https://codeeditapp.github.io/CodeEditSourceEditor/documentation/codeeditsourceeditor
MIT License
514 stars 80 forks source link

✨ Match quotes #215

Closed austincondiff closed 8 months ago

austincondiff commented 10 months ago

Description

We currently match brackets ([], {}, <>, and ()) but we do not match quotes ("", '', backticks). We should match these as well.