-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Possible collaboration? #111
Comments
Hi @mattmassicotte. Welcome! Glad you found the project. It definitely seems like there might be some ways to collaborate! For one, we will need to implement LSP. Everyone is free to contribute and get involved. I'm sure others will chime in soon. In the meantime, please join us on Discord. |
Possibly very interesting for Issue #36 |
I've joined the discord. What a community you've established, and so quickly! I'll talk with you all more there. |
- Use the self hosted Mac mini runner for CI/CD
I just stumbled onto this project today, and I'm super pumped to see it! I'm always excited about new development tools for macOS, particular editors!
I work on a macOS editor called Chime. While it is a commercial product, we have a very heavy emphasis on open sourcing the app's internals. We are big believers in small, focused libraries. I've worked with a few other editor projects via these libraries, and I was hoping we might be able to do the same.
Our biggest focuses are LSP, tree-sitter, text/NSTextView-specific stuff, as well as more general-purpose AppKit stuff. All available on our GitHub account, or at Swift Package Index. We've also got a higher-level project brewing built on top of the lower-level tree-sitter lib for performant highlighting and indenting. This one isn't completely pulled out of the main app yet, but its really useful for many editor-like projects, so it something we want to prioritize more.
I'm not sure what your plans are in these areas, but I'd love to see how we could work together more.
The text was updated successfully, but these errors were encountered: