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.2
IntelliJ/Goland version 2019.2 introduced support for 20+ languages (1) out-of-the-box by integrating TextMate schemes (2). Unfortunately this resulted 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 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. References: (1) https://www.jetbrains.com/idea/whatsnew/#v2019-2-editor (2) https://macromates.com GH-69
- Loading branch information