Skip to content

Commit

Permalink
fix: emmet not working with trigger character
Browse files Browse the repository at this point in the history
close #1322
  • Loading branch information
johnsoncodehk committed May 22, 2022
1 parent b7e69b0 commit bcc0408
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vue-language-service/src/plugins/emmet.ts
Expand Up @@ -9,6 +9,9 @@ export default function (): EmbeddedLanguageServicePlugin {

complete: {

// https://docs.emmet.io/abbreviations/syntax/
triggerCharacters: '>+^*()#.[]$@-{}'.split(''),

isAdditional: true,

async on(textDocument, position) {
Expand Down

0 comments on commit bcc0408

Please sign in to comment.