Skip to content

Commit

Permalink
Add imports and exports tokenization improvements
Browse files Browse the repository at this point in the history
Original issue: PrismJS/prism#2528
Pull request: PrismJS/prism#2533
  • Loading branch information
karlhorky committed Aug 28, 2020
1 parent 6acf3f8 commit 0640dec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/prism-vsc-dark-plus-fixed.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,9 @@ pre[class*="language-"] {
}

.token.property,
.token.variable {
.token.variable,
.token.imports .token.maybe-class-name,
.token.exports .token.maybe-class-name {
color: #9cdcfe;
}

Expand Down

0 comments on commit 0640dec

Please sign in to comment.