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

Add Tera templating language support #12756

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

uncenter
Copy link
Contributor

@uncenter uncenter commented Feb 2, 2025

Adds support for the Tera templating language, using my grammar https://github.com/uncenter/tree-sitter-tera. This only highlights the template tag logic and not the content around the template tags, but I plan to do that in the future by adding multiple tera- languages if I am allowed to do so - see https://github.com/uncenter/zed-tera/tree/main/languages for what I mean.

Closes #6277.

@uncenter
Copy link
Contributor Author

uncenter commented Feb 3, 2025

Draft until I add the un-reversed queries back now that #9458 is merged!

@uncenter uncenter marked this pull request as ready for review February 3, 2025 14:21
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.

Syntax highlighting for .tera
1 participant