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

Swift package needs updating #51

Closed mattmassicotte closed 2 years ago

mattmassicotte commented 2 years ago

Hello!

The maintainer of the Swift tree-sitter parser has just merged in SPM support. I'd like to remove my personal branch, but wanted to let you know first before I do that. Unlike some other parsers, the branch with-generated-files is still required.

https://github.com/alex-pinkus/tree-sitter-swift/tree/with-generated-files

lukepistrol commented 2 years ago

So basically we need to use the with-generated-files branch instead of master?

mattmassicotte commented 2 years ago

You got it - thanks for taking care of this!