Currently, the only substring that gets a group is escape_sequence. Go has a collection of "verbs" you can see in the fmt package that should be highlighted as well in their own like print_verb.
It's very difficult to disambiguate placeholders in a string without syntax highlighting.
Here the escape rune is easy to find, but not the print verb.
Currently, the only substring that gets a group is
escape_sequence
. Go has a collection of "verbs" you can see in the fmt package that should be highlighted as well in their own likeprint_verb
.It's very difficult to disambiguate placeholders in a string without syntax highlighting. Here the escape rune is easy to find, but not the print verb.