Skip to content

Commit

Permalink
feat(doctor): added more postcss syntax highliters (#1945)
Browse files Browse the repository at this point in the history
Added csstools.postcss and vunguyentuan.vscode-postcss as alternative PostCSS syntax highlighters.
  • Loading branch information
rromanv committed Oct 8, 2022
1 parent cc0d34e commit 3193a48
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -5,7 +5,7 @@ import { GetMatchTsConfigRequest, ParseSFCRequest } from '@volar/vue-language-se

const scheme = 'vue-doctor';
const knownValidSyntanxHighlightExtensions = {
postcss: ['cpylua.language-postcss'],
postcss: ['cpylua.language-postcss', 'vunguyentuan.vscode-postcss', 'csstools.postcss'],
stylus: ['sysoev.language-stylus'],
sass: ['Syler.sass-indented'],
};
Expand Down

0 comments on commit 3193a48

Please sign in to comment.