Skip to content

Commit

Permalink
fix: remove keyword and number highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
vpicone committed Jul 17, 2019
1 parent 0ed54a8 commit a72a4ec
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const theme /* : PrismTheme */ = {
},
},
{
types: ['tag', 'operator', 'number'],
types: ['tag', 'operator'],
style: {
color: '#6ea6ff',
},
Expand Down Expand Up @@ -61,7 +61,6 @@ const theme /* : PrismTheme */ = {
'entity',
'url',
'attr-value',
'keyword',
'control',
'directive',
'unit',
Expand Down

0 comments on commit a72a4ec

Please sign in to comment.