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

Punctuation improvments #103

@simurai

Description

@simurai

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".

screen shot 2015-11-24 at 9 07 44 am

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions