Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Handlebars Syntax HighlighterNew to Visual Studio Code? Get it now.
Handlebars Syntax Highlighter

Handlebars Syntax Highlighter

Carl Saqui

|
960 installs
| (2) | Free
Colorized handlebars syntax with snippets support.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Handlebars Syntax Highlighter

Supercharge your development with Handlebars Syntax Highlighter! Enjoy syntax highlighting, enhanced code readability and Handlebars code snippets.

preview-handlebars-syntax-highlighter

Key Features

  • Syntax highlighting
  • Code snippets
  • Bracket matching
  • Bracket autoclosing

Snippets

| Trigger | Description | Code Generate | | --- | --- | --- | | -template      | Generates template | <script id="id-template" type="text/x-handlebars-template"></script>| | -partial | Generates partial template | <script id="id-partial" type="text/x-handlebars-partial"></script> | | -layout | Layout template | {{#> layout}}{{/layout}} | | -render | Render partial template | {{> mypartial}} | | -list | List helper | {{#list option-hash}}{{/list}} | | -log | Log helper | {{#log 'log_something'}} | | -if | If condition | {{#if foo}}{{/if}} | | -ifelse | If-Else condition | {{#if foo}}{{else}}{{/if}} | | -unless | Unless condition | {{#unless foo}}{{/unless}} | | -with | With helper | {{#with object}}{{/with}} | | -each | Each helper | {{#each object}}{{/each}} |

For feature request and bugs report, submit issue on this repository. Si Vis Pacem, Para Bellum.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft