CodeEditApp / CodeEditSourceEditor

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

Remove `NSLayoutManager` #112

Closed thecoolwinter closed 1 year ago

thecoolwinter commented 1 year ago

Description

This PR removes all references to NSLayoutManager and fixes syntax highlighting after the regression in #105.

Related Issues

N/A

Checklist