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

✨ Neovim syntax highlighting support #194

Open
Heus-Sueh opened this issue Jun 15, 2024 · 3 comments
Open

✨ Neovim syntax highlighting support #194

Heus-Sueh opened this issue Jun 15, 2024 · 3 comments
Labels
editor enhancement New feature or request

Comments

@Heus-Sueh
Copy link

https://github.com/nvim-treesitter/nvim-treesitter

@Ph0enixKM
Copy link
Collaborator

This requires a tree-sitter parser to be created. I've already created a minimal tree-sitter parser but didn't have time to polish it out

@Ph0enixKM Ph0enixKM changed the title [Feature Request] Neovim syntax highlighting support ✨ [Feature Request] Neovim syntax highlighting support Jun 16, 2024
@Ph0enixKM Ph0enixKM changed the title ✨ [Feature Request] Neovim syntax highlighting support ✨ Neovim syntax highlighting support Jun 16, 2024
@Mte90
Copy link
Member

Mte90 commented Jun 24, 2024

@Ph0enixKM can you share that parser? In what language is written?

@Mte90 Mte90 added enhancement New feature or request editor labels Jun 24, 2024
@Ph0enixKM
Copy link
Collaborator

Ph0enixKM commented Jun 30, 2024

@Ph0enixKM can you share that parser? In what language is written?

Tree sitter is written in JavaScript, but when you run tree-sitter generate then it will create a corresponding c code and then it will be compiled. The only problem is that it doesn't work totally. I'll create a repo for it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editor enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants