This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Description
Originally reported in simurai/duotone-dark-syntax#8. Punctuations aren't supported that well.
For example if you try to highlight any general .punctuation with
atom-text-editor::shadow .punctuation {
color: red !important;
}
in this example:
int main()
{
str = malloc(count * sizeof(int));
die("Memory error.");
}
most parentheses and semicolons aren't styled (red) and just "plain text".
