Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.
/ vsc-karacho-ext Public archive

A Karacho Language Support For Visual Studio Code!

License

Notifications You must be signed in to change notification settings

xpectme/vsc-karacho-ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handlebars

This extension provides support for handlebars language.

Visual Studio Marketplace Installs

Handlebars is a simple templating language.

It uses a template and an input object to generate HTML or other text formats. Handlebars templates look like regular text with embedded Handlebars expressions.

- Introduction From Official Website Of Handlebars

This extension only works with *.hbs and *.handlebars files

Handlebars Homepage

Features

Installation 🚀

  1. Open Visual studio Code Marketplace
  2. Search For "Handlebars" which is created by Adarsh Gourab Mahalik
  3. Click "Install" button
  4. Your Extension is installed now!

Snippet Reference

Trigger / Prefix Method
var creates like {{name}}
if creates if block
else-if creates else if condition
else writes else condition
each creates each block
par creates partial
unless creates unless block
with creates with block
log creates {{log foo}}
lookup writes {{lookup foo bar}}
block creates a block helper

📃 License

This product is made under MIT license

About

A Karacho Language Support For Visual Studio Code!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published