Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>TundraNew to Visual Studio Code? Get it now.
Tundra

Tundra

usbac

|
325 installs
| (0) | Free
Syntax highlighting for Tundra templates
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info


Tundra logo
Tundra

The comprehensive template engine for Nodejs.

This extension provides support for the Tundra template syntax.

Tundra is a small, fast, customizable and easy to use template engine for Nodejs. It perfectly integrates with any back-end made in Js, even pure Nodejs.

Code snippets

{{ print_variable }}

{! print_variable_without_escaping_it !}

{# comment #}

{% var code_inside_this_tags = true %}

~{{ escape_template_tags }}

@require(imported_view.html)

@spread(hello)

{[ spread hello ]}
{[ endspread ]}

@extends(parent_view.html)

{[ block name ]}
    {[ parent block_name ]}
{[ endblock ]}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft