-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I have developed several iOS apps for Lua programming. I use the Runestone editor for code editing, it supports syntax highlighting by Treesitter.
I want to add more useful features to the code editor. After searching for days, i decide to use LSP to implement it.
For the LSP server side, I plan to port the LuaHelper to iOS platform, and I need a client.
I see the demo code in README, it's for macOS, i know the difference is the supporting of Process, there are no Process on iOS platform. I don't know if I can use Thread to implement.
Metadata
Metadata
Assignees
Labels
No labels