@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" } }; ```