Skip to content

Commit

Permalink
Improve code highlighting for imports
Browse files Browse the repository at this point in the history
  • Loading branch information
timolins committed Jul 10, 2022
1 parent ebba587 commit 780e3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/components/code.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const theme: PrismTheme = {
},
},
{
types: ['tag', 'operator', 'number'],
types: ['tag', 'operator', 'number', 'module'],
style: {
color: '#e09142',
},
Expand Down

0 comments on commit 780e3c1

Please sign in to comment.