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

Discussion: TextMate bundles #191

Closed
iahung3 opened this issue Mar 11, 2024 · 1 comment
Closed

Discussion: TextMate bundles #191

iahung3 opened this issue Mar 11, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@iahung3
Copy link

iahung3 commented Mar 11, 2024

This will be something very large to implement, but it will be very useful in the long term, too. It is becoming a standard now. Even Eclipse IDE added support for it. All of this is thanks to the popularity of VSCode.

@SpartanJ What do you think about this?

@SpartanJ
Copy link
Owner

There are a few steps that must be done before being able to support bundles. First ecode must support regex in language grammars. Then it must support TextMate language grammars. But before doing that I need to analice the performance of using language grammars with regex with PCRE2. All of this is a good amount of work, to do all this work there must be a good motivation and must be worth it. As for the moment I don't see any particular example of why we should implement this now (and not later with a more mature editor). The main issue is that I'm working alone on all these features, and I work on my free time just for fun, so almost every feature I add is mostly because I need it. So if you ask me: this sounds great on paper, I would love to do it, but it won't happen soon (except for the regex support, which I want to have it). Currently these are my priorities for big features (and DAP support is the first I want of all of them).

@iahung3 iahung3 closed this as not planned Won't fix, can't repro, duplicate, stale Mar 13, 2024
@SpartanJ SpartanJ self-assigned this Apr 3, 2024
@SpartanJ SpartanJ added the enhancement New feature or request label Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants