Skip to content

Commit

Permalink
feat: support color pickers for inline css
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed May 3, 2023
1 parent 0471b09 commit be80e5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vue-language-core/src/plugins/vue-tsx.ts
Expand Up @@ -93,6 +93,9 @@ const plugin: VueLanguagePlugin = ({ modules, vueCompilerOptions, compilerOption
if (_tsx.htmlGen.value) {
embeddedFile.content = [..._tsx.htmlGen.value.cssCodes];
}

// for color pickers support
embeddedFile.capabilities.documentSymbol = true;
}
},
};
Expand Down

0 comments on commit be80e5d

Please sign in to comment.