extensions
extensions copied to clipboard
Nunjucks / .njk Language Support
Check for existing issues
- [X] Completed
Language
Nunjucks
Tree Sitter parser link
No response
Language server link
No response
Misc notes
I would love to see .njk support, that is the main thing that's keeping me on VS Code for now - I develop a lot of sites with 11ty and use .njk as my main templating language.
Same! I’m a big fan of Zed but would love to see Nunjucks support, too.
Agreed
I'm using the Jinja2 extension as a workaround until Nunjucks is supported. It works fairly well. Here's what I added to my settings:
"file_types": {
"Jinja2": ["*.html", "*.njk"]
}
Deffo need this added to Zed! Critical for 11ty projects.