├── .vscode └── launch.json ├── LICENSE ├── README.md ├── handlebars.configuration.json ├── images └── icon.png ├── package.json ├── snippets └── snippets.json ├── syntaxes └── handlebars.tmLanguage └── vsc-extension-quickstart.md /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrejunges/vscode-handlebars/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrejunges/vscode-handlebars/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrejunges/vscode-handlebars/HEAD/README.md -------------------------------------------------------------------------------- /handlebars.configuration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrejunges/vscode-handlebars/HEAD/handlebars.configuration.json -------------------------------------------------------------------------------- /images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrejunges/vscode-handlebars/HEAD/images/icon.png -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrejunges/vscode-handlebars/HEAD/package.json -------------------------------------------------------------------------------- /snippets/snippets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrejunges/vscode-handlebars/HEAD/snippets/snippets.json -------------------------------------------------------------------------------- /syntaxes/handlebars.tmLanguage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrejunges/vscode-handlebars/HEAD/syntaxes/handlebars.tmLanguage -------------------------------------------------------------------------------- /vsc-extension-quickstart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrejunges/vscode-handlebars/HEAD/vsc-extension-quickstart.md --------------------------------------------------------------------------------