Skip to content

Commit

Permalink
feat(vscode): add sass,scss,less,stylus language (#1640)
Browse files Browse the repository at this point in the history
  • Loading branch information
wkeylin committed Sep 26, 2022
1 parent 43b4d03 commit e3bcb78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/vscode/src/autocomplete.ts
Expand Up @@ -24,6 +24,10 @@ const languageIds = [
'typescriptreact',
'vue-html',
'vue',
'sass',
'scss',
'less',
'stylus',
]
const delimiters = ['-', ':']

Expand Down

0 comments on commit e3bcb78

Please sign in to comment.