Skip to content

Commit

Permalink
feat(vscode): support rust as a language id (#2311)
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr committed Mar 6, 2023
1 parent da734a0 commit 89f897e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vscode/src/autocomplete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const languageIds = [
'less',
'stylus',
'astro',
'rust',
]
const delimiters = ['-', ':']

Expand Down

0 comments on commit 89f897e

Please sign in to comment.