You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2018. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
Opening a file in the typescript language with One Light Syntax Theme renders colon characters as a block of black.
Steps to Reproduce
Open atom
Open a typescript file that contains an object literal with a colon
You should see the black block in your syntax
Expected behavior: colon to show up nicely
Actual behavior: You see colon as a black block
Reproduces how often: 100%
Versions
You can get this information from copy and pasting the output of atom --version and apm --version from the command line. Also, please include the OS and what version of the OS you're running.
Any additional information, configuration or data that might be necessary to reproduce the issue.
CSS
It looks as though the selector for the colon (in TypeScript) is .syntax--meta.syntax--separator. If I toggle off the background-color attribute, the issue goes away (I just don't want to keep this in my stylesheet forever -- especially needing to comment it out when I change themes).
Prerequisites
Description
Opening a file in the typescript language with One Light Syntax Theme renders colon characters as a block of black.
Steps to Reproduce
Expected behavior: colon to show up nicely
Actual behavior: You see colon as a black block
Reproduces how often: 100%
Versions
You can get this information from copy and pasting the output of
atom --version
andapm --version
from the command line. Also, please include the OS and what version of the OS you're running.Atom : 1.23.0
Electron: 1.6.15
Chrome : 56.0.2924.87
Node : 7.4.0
Windows 10 OS
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.
CSS
It looks as though the selector for the colon (in TypeScript) is
.syntax--meta.syntax--separator
. If I toggle off the background-color attribute, the issue goes away (I just don't want to keep this in my stylesheet forever -- especially needing to comment it out when I change themes).Current
With Fix
I would send a pull request, but I don't want to break any other highlights that this selector is addressing.
Screenshot
The text was updated successfully, but these errors were encountered: