Open AmebaBrain opened 4 years ago
Certainly wouldn't be difficult to add any missing extra classes. I'm sure PRs would be welcome 🙂
@andrewlock raised #99 for this. I'm afraid to change any existing class values such as token.function
to enable highlight of functions in bash as it happens in Coy scheme. So I added just missed token.important
css rule for color
property
VS theme seems to have limited support of possible classes comparing to default themes which come with Prismjs.
Please find below same code block highlighted with VS and system Coy theme
VS theme
System Coy theme
Issue might be in non-whole set of classes defined in
VS
theme. For example,Coy
theme defines token.important class colorIn contrast
VS
theme doesn't have it.Tagging author as the most revelant person @andrewlock