Skip to content

Commit ad8ad0f

Browse files
authored
Add Astro support
1 parent cb992f6 commit ad8ad0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/extension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export function activate(context: ExtensionContext) {
3939
const clientOptions: LanguageClientOptions = {
4040
// Register the server for plain text documents
4141
documentSelector: [
42+
'onLanguage:astro',
4243
'onLanguage:svelte',
4344
'onLanguage:vue',
4445
'onLanguage:vue-html',

0 commit comments

Comments
 (0)