CodeEditApp / CodeEditSourceEditor

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

Fix Boolean Condition #269

Closed thecoolwinter closed 1 month ago

thecoolwinter commented 1 month ago

Description

Super quick fix for highlights that attempt to query async but are forced async.

Related Issues

N/A

Checklist