clutcher / bh

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

"!" keyword is not highlighted in C# in Rider #71

Closed clutcher closed 7 months ago

clutcher commented 11 months ago

"!" keyword is not highlighted in C# in Rider. With JS in Rider works well.

clutcher commented 11 months ago

Result of investigation:

As for now can be used regexp "!" to achieve the similar restult. Or "!(?!=)" if you want to skip "!=" from highlighting.