How does the GoLand IDE (JetBrains) highlight the formatting verbs in the fmt
package from the Go standard library?
An image to clarify my question:
If I write a function that takes a format string and multiple arguments, the format string is not highlighted:
Where does this highlighting come from? I was not able to figure that out.
This is not currently, as of 2019.3 release, supported by the IDE.
Vote/watch this issue to receive updates when it will be implemented.