@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:

static kindDefinition AwkKinds [] = {
	{ true, 'f', ______________"function", __________"functions" }
};


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.