[html] add handlebars

This commit is contained in:
Martin Aeschlimann
2016-09-14 09:49:40 +02:00
parent 1f6815a880
commit daad014a6f
9 changed files with 3196 additions and 457 deletions

View File

@@ -30,7 +30,7 @@ export function activate(context: ExtensionContext) {
// Options to control the language client
let clientOptions: LanguageClientOptions = {
// Register the server for json documents
documentSelector: ['html'],
documentSelector: ['html', 'handlebars'],
synchronize: {
// Synchronize the setting section 'html' to the server
configurationSection: ['html'],