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

Django template language support #1303

Open
1 task done
ehamiter opened this issue Aug 26, 2024 · 0 comments
Open
1 task done

Django template language support #1303

ehamiter opened this issue Aug 26, 2024 · 0 comments
Labels
language A request to add a language extension

Comments

@ehamiter
Copy link

Check for existing issues

  • Completed

Language

Django Template

Tree Sitter parser link

https://github.com/interdependence/tree-sitter-htmldjango

Language server link

https://github.com/fourdigits/django-template-lsp

Misc notes

Example of django template in html file that is in Sublime Text that is being highlighted:

image

Example of django template in html file that is in Zed that is not being highlighted:

image

I have looked into what needs to be done to add this capability but can't figure out how to integrate a new language server / extension / templating / matching keywords / tokens. I believe the two links above have everything needed, but I am unfamiliar with Rust extensions and how to make this happen. My hope is that creating this issue is a first step for a bigger audience to eventually getting this incorporated.

@ehamiter ehamiter added the language A request to add a language extension label Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
language A request to add a language extension
Projects
None yet
Development

No branches or pull requests

3 participants
@ehamiter and others