Skip to content

scopes #1

@minception

Description

@minception

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions