Skip to content

Commit

Permalink
Update code/core/src/components/components/syntaxhighlighter/syntaxhi…
Browse files Browse the repository at this point in the history
…ghlighter.tsx
  • Loading branch information
hinogi authored Nov 13, 2024
1 parent 36e6844 commit 6851a09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const supportedLanguages = {
tsx,
typescript,
graphql,
vue
vue,
};

Object.entries(supportedLanguages).forEach(([key, val]) => {
Expand Down

0 comments on commit 6851a09

Please sign in to comment.