-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrong Type- and JavaScript highlighting inherited from paren… (#116)
As of IDE versions 2019.3.x, some TypeScript and JavaScript syntax elements were not highlighted correctly. The following elements inherited the colors from the "Darcula" parent scheme instead of the language defaults defined by Nord: - Global function - Global variable - Instance member function - Instance member variable These elements are now using explicitly defined colors instead to fix the highlighting. Fixes GH-115
- Loading branch information
1 parent
9d7913b
commit 061fd42
Showing
1 changed file
with
38 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters