Skip to content

Commit

Permalink
fix(autocomplete): add astro language id (#1819)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudongyuer committed Oct 31, 2022
1 parent 3de4429 commit 4d0b1fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vscode/src/autocomplete.ts
Expand Up @@ -28,6 +28,7 @@ const languageIds = [
'scss',
'less',
'stylus',
'astro',
]
const delimiters = ['-', ':']

Expand Down

0 comments on commit 4d0b1fd

Please sign in to comment.