Jinja2 Template Support for Zed.Dev
This extension adds syntax highlighting support for Jinja2 templates in the Zed.Dev IDE.
Features
- Syntax highlighting for Jinja2 template syntax
- Support for Jinja2 expressions, statements, and comments
- Compatibility with .jinja, .jinja2 file extensions
- Highlighting in HTML files containing Jinja2 syntax
Installation
Install through the Zed.Dev extension marketplace:
- Open Zed.Dev IDE
- Navigate to Extensions
- Search for "Jinja2 Template Support"
- Select and install the extension
Usage
The extension activates automatically for supported file types. No additional configuration is required.
Compatibility
This extension is useful for projects using Jinja2 templates, including but not limited to:
- Flask applications
- Django projects (when using Jinja2 instead of Django templates)
- Other Python web frameworks that support Jinja2
Issues and Contributions
For bug reports or feature requests, please open an issue on the GitHub repository.
Roadmap
- Currently we are planning on adding a Jinja2 language server.