gaplo917 / GapStyle

The world-first* productivity-oriented color scheme for intelliJ and VSCode to fill the gap between programming languages and human.
https://plugins.jetbrains.com/plugin/10559-gapstyle-color-scheme
MIT License
170 stars 20 forks source link

colorizes whitespace #19

Closed Raynos closed 4 years ago

Raynos commented 4 years ago

Thanks for this extension, the syntax highlighting is very semantically meaningful.

It looks like this extensions colorizes whitespace when the option

    "editor.renderWhitespace": "all",

is set.

image

The variable names that i am destructuring across multiple lines in this destructuring block are being printed with whitespace.

image

Function calls and variables have the same behavior, its not always the same color

image

Raynos commented 4 years ago

I found an even worse edge cases where its colorizing a comment expression

image

Raynos commented 4 years ago

This was a completely unrelated extension -.-

https://marketplace.visualstudio.com/items?itemName=aaaaash.ts-semantic-highlighting

I turned of this extension and the colorized whitespace dissappeared.

Apologies.

gaplo917 commented 4 years ago

@Raynos Interesting, Thanks for your sharing and responsible actions!