Skip to content

Commit

Permalink
feat: 🎸 Add support for html language in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
luanorlandi committed Jun 19, 2020
1 parent 0cdda88 commit 77e225a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-styleguidist/src/loaders/utils/getExamples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function getExamples(
displayName,
file: relativePath,
shouldShowDefaultExample: !examplesFile && !!defaultExample && !isComponentDocInVueFile,
customLangs: 'vue|js|jsx'
customLangs: 'vue|js|jsx|html'
}

if (examplesFile && fs.existsSync(examplesFile)) {
Expand Down

0 comments on commit 77e225a

Please sign in to comment.