Highlighting for scopes for start conditions is completely broken for example the code
<STRING>{
'' str += '\'';
' {
return parser::make_STRING(mlc::ls_str_index(ctx->tab->ls_str().add(str)), ctx->curline);
BEGIN(INITIAL);
}
. str += yytext;
}
is highlighted completely wrong. I don't know if the author is still looking to work on this project, but I would greatly appreciate a fix for this, thanks :)
Highlighting for scopes for start conditions is completely broken for example the code
is highlighted completely wrong. I don't know if the author is still looking to work on this project, but I would greatly appreciate a fix for this, thanks :)