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

feat(vscode): tree-sitter based syntax highlighting #211

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

neubaner
Copy link

@neubaner neubaner commented Jun 9, 2024

Add support for syntax highlighting using the tree-sitter-teika parser.

This is still very barebones and it might need some tweaking of the mapping between the tree-sitter node names to vscode's.

Also, hopefully you don't mind the addition of esbuild. I needed a bundler to be able to import the tree-sitter queries and wasm paths 😄 .

image

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

Successfully merging this pull request may close these issues.

1 participant