You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, great question! I would find it hard to even estimate how long it would take to add support for these latest features, as so many things will need to change/be refactored etc. The whole API will look different, as it can no longer return a list of scope operations per line due to the ability to backtrack up to 500 lines for the branch points etc. And I'm pretty sure it is going to need to return the "scoped tokens" instead of scope operations, lots of complexity already comes from how it applies meta scopes etc. which make it hard to support the pop: n feature as it is.
But how much would funding help? I'm not sure. Without quitting the day job, funding can only help with prioritization, not with getting extra time. So I personally suspect progress will be slow with or without funding...
AFAICT, the following two issues currently prevent Syntect from being able to use new Sublime syntax definitions (such as the one for TypeScript):
Build 4075
#323Would funding help with fixing these issues? How much money would it be?
Context: I’m writing a Markdown-based book generator in Rust (to be open sourced eventually) and I’d like to use Sublime’s new syntax definitions.
The text was updated successfully, but these errors were encountered: