CodeEditApp / CodeEditSourceEditor

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

✨ Matching Tag/Bracket Highlighting #67

Closed austincondiff closed 1 year ago

austincondiff commented 1 year ago

When the cursor moves to a bracket, the matching bracket temporarily highlights to show the user the opposite bracket.

https://user-images.githubusercontent.com/806104/193524210-a7d6b4f4-9a67-4ad8-9f66-49191eefd5cc.mov

thecoolwinter commented 1 year ago

Duplicate of #39, adding the hacktoberfest tag there.

Edit: Misunderstood the title, this would be awesome! Assuming something like the curse brackets in this screenshot.

Screen Shot 2022-10-01 at 8 53 34 PM
austincondiff commented 1 year ago

Description updated.