Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for building with swift package manager #52

Merged
merged 3 commits into from
Oct 2, 2023

Conversation

figitaki
Copy link
Contributor

@figitaki figitaki commented Jul 9, 2023

I'm in the process of building out an iOS/macOS/visionOS editor for .norg documents. In order to keep current with language features, I'm using the tree-sitter parser as a base. I'm using the SwiftTreeSitter library to do so. To use this repo, I needed to add support for building with the Swift Package Manager. This PR adds the required code.

Similar work can be seen in the tree-sitter-java repo.

Testing

You can test the changes by installing Swift and executing the following command from the tree-sitter-norg directory:

swift build

@vhyrro
Copy link
Member

vhyrro commented Oct 2, 2023

Oh goodness I had completely missed this somewhere, you should have pinged me to remind me 😅! Sometimes I just lose track of which PRs exist where and they get lost in the void, really sorry. Thank you for the contribution! 💜

@vhyrro vhyrro changed the title Add support for building with Swift Package Manager feat: add support for building with swift package manager Oct 2, 2023
@vhyrro vhyrro merged commit 014073f into nvim-neorg:main Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants