mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
[html] add handlebars
This commit is contained in:
@@ -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'],
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
"vscode": "0.10.x"
|
||||
},
|
||||
"activationEvents": [
|
||||
"onLanguage:html"
|
||||
"onLanguage:html",
|
||||
"onLanguage:handlebars"
|
||||
],
|
||||
"main": "./client/out/htmlMain",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user