Skip to content

Spown/vscode-nunjucks

 
 

Repository files navigation

#Nunjucks for Visual Studio Code Nunjucks template syntax definition specifically for Microsoft Visual Studio Code.

>ext install extension nunjucks

vscode-nunjucks support these file extensions

.nunjucks, .nunjs, .nj, .html, .htm, .template, .tmpl, .tpl

Install Nunjucks from Visual Studio Code (recomended method)

To install the Nunjucks extension directly from Visual Studio Code you need to proceed with theese four simple steps:

  1. Go to View > Command Palette (Mac OSX: cmd+shift+P, Windows: ctrl+shift+P)
  2. Run the following command in the Command Palette field: >ext install extension and hit enter.
  3. Then type nunjucks and hit enter.
  4. After instalation is complete restart the Code app and you are all set up for start writing Nunjucks templates in Code.

Install the Nunjucks extension from Code Command Palette

Or install the Nunjucks extension for Visual Studio Code manually

To install Nunjucks manually for Visual Studio Code you need to proceed with theese five steps:

  1. Download this vscode-nunjucks repo from GitHub
  2. Navigate to the <user home>/.vscode/extensions directory on your computer.
  3. Create a new folder and name it nunjucks
  4. Copy all content of this repository into the <user home>/.vscode/extensions/nunjucks directory.
  5. Restart the Code app and you are all set up for start writing Nunjucks templates in Code.

Nunjucks example in Code

What's in the folder

  • This folder contains all of the files necessary for the vscode-nunjucks extension
  • package.json - this is the manifest file in which the language support is declared and the location of the grammar file that has been copied into the extension is defined.
  • syntaxes/nunjucks.tmLanguage - this is the Text mate grammar file that is used for tokenization
  • nunjucks.configuration.json - this the language configuration, defining the tokens that are used for comments and brackets.

For more information

Credits

This extension is based on the Sublime-nunjucks language file.

About

Nunjucks for Visual Studio Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published