clutcher / bh

Issue tracker for Better Highlights Intellij IDEA plugin
7 stars 0 forks source link

Not highlighting async/await keywords in JS #6

Closed clutcher closed 1 year ago

clutcher commented 1 year ago
          > Hi @clutcher, sorry but I still has some problem with some of javascript syntax which I tried to change `async` and `await` syntax in javascript.

Here is my setting: image image

Result: image

As you can see, I'm trying to change await, async, and let color to light blue. for let it's working properly. but it doesn't change the color of the async and await and it still use the IDE javascript keyword color which is purple (is it because of the prioritization?). any work around for this?

Thanks before!

Hello. I can confirm I got the same result and the worst it's I never realized my "await" and "async" are in wrongs colors before.

I don't thinks it's not possible to fix this since already all other keywords works correctly. (I suppose cause I never change all keywords of colors...)

One thing you can try @Jimmy-JS is to change globally the JavaScript keyword color and then change every other keyword with your colors.

Just to finish I want to say this plugin is for me the best Plugin I can see on Idea and I'm glad to have make it's work for JS & TS cause it's just a pleasure to work with it.

_Originally posted by @gungun974 in https://github.com/clutcher/better_highlights_bugtracker/issues/14