vscode-nunjucks icon indicating copy to clipboard operation
vscode-nunjucks copied to clipboard

Nunjucks for Visual Studio Code

Results 20 vscode-nunjucks issues
Sort by recently updated
recently updated
newest added

Nunjucks allows customizing the tags (cf: https://mozilla.github.io/nunjucks/api.html#customizing-syntax), which I need to use for a project where I use nunjucks to generate code that contains itself similar tags. I hoped there...

**Describe the bug** Frontmatter inside njk (nunjucks) is formatted as gray comment color. **To Reproduce** Steps to reproduce the behavior: 1. Create an .njk file 2. Create a fontmatter using...

I can't see a license file within the repository. Are you open to people modifying it? If so, it would be great to attach a license! Here's a [useful tool...

OpenVSX is an open source alternative to the Microsoft vscode extension store. Please consider publishing to it https://open-vsx.org/

Please publish this extension to https://open-vsx.org/ (`vscodium` compatible marketspace). If you don't want to do it yourself, you can ask the @open-vsx service account to publish the extensions for you....

After adding this extension, commenting out a line in html will result in {# #} rather than the desired encapsulation. Option A: Alter default behavior. Remove the html extension from...

In an .html file that isn't an nunjucks template, using VSC's comment shortcut (cmd/ctrl + /) results in a nunjucks comment `{#... #}` rather than an HTML comment ``.

If nunjucks is installed, good syntax highlighting appears, but broken auto-indent after pressing "Enter" between tags I have: ![Z4Rm6](https://user-images.githubusercontent.com/14668230/77129945-55b41200-6a6f-11ea-9255-632509973eb8.gif) By pressing "Enter", "Shift + Enter" and "Shift". But I need...

Have an old school .html file with minimal markup, and a tag with some CSS inside. The CSS syntax inside is highlighted only if I disable the nunjucks extension.