Skip to content

Commit dddfeb1

Browse files
authored
Merge pull request vunguyentuan#26 from bertalan-tarnok/patch-1
Add Astro support
2 parents cb992f6 + ad8ad0f commit dddfeb1

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)