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

Missing / incorrect syntax highlighting #32

Open
HassanTaleb90 opened this issue Jun 22, 2022 · 4 comments
Open

Missing / incorrect syntax highlighting #32

HassanTaleb90 opened this issue Jun 22, 2022 · 4 comments

Comments

@HassanTaleb90
Copy link
Contributor

Hi! There is a lot of missing / incorrect syntax highlighting.
Is there a way to use the swift tree sitter instead of Regex used in Swift Lexer?

@ActuallyTaylor
Copy link

It would be possible to use swift tree sitter (assuming this is the one). However, switching out the parser would require a full rewrite of the interactions between the parser and the highlighter.

@shaps80
Copy link

shaps80 commented Jul 17, 2022

@HassanTaleb90 I recently found https://github.com/simonbs/Runestone which uses TreeSitter – worthy alternative 👍🏻

@HassanTaleb90
Copy link
Contributor Author

@HassanTaleb90 I recently found https://github.com/simonbs/Runestone which uses TreeSitter – worthy alternative 👍🏻

Runestone is a good alternative but it doesn't have the "Placeholder" feature that I need in my app.

@shaps80
Copy link

shaps80 commented Jul 18, 2022

@HassanTaleb90 I recently found https://github.com/simonbs/Runestone which uses TreeSitter – worthy alternative 👍🏻

Runestone is a good alternative but it doesn't have the "Placeholder" feature that I need in my app.

I'd have thought that was pretty easy to add yourself, and it has everything else I guess?

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

No branches or pull requests

3 participants