-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Go syntax highlighting support for IntelliJ/Goland 2019.3
Like already documented and fixed in GH-70, IntelliJ/Goland version 2019.3 also includes changes in Go's syntax highlight for the default bundled color schemes [1]. Unfortunately this resulted again in a change for existing theme definition where some editor color scheme keys that previously inherited the best matching global key now used the attributes defined by the parent theme Darcula. Therefore Nord's highlighting for Go broke again and required to explicitly define the values for some attributes in order to achieve the same highlight like in previous versions that are matching Nord's style guidelines. [1]: https://www.jetbrains.com/go/whatsnew/#v2019-3-code-editing Related to GH-69, GH-70 GH-108
- Loading branch information
1 parent
33b3ac2
commit ac21cef
Showing
1 changed file
with
57 additions
and
13 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