@elextr, no I don't agree, because I think it's not ```_"``` syntax: it's
```_string``` syntax :)
Strings are enclosed by double quotation marks, for example Github is highlight
correct, other editors too, but except Scintilla based. Why?
Ok, ```_``` is part of words (```[A-Za-z_]+```), but ```"``` - no and editor
should highlight the next string.
For example C:
```c
static kindDefinition AwkKinds [] = {
{ true, 'f', ______________"function", __________"functions" }
};
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/982#issuecomment-340420230