Skip to content

C# - font lock breaks after an interpolated string or terminating simple string #151

@sebasmonia

Description

@sebasmonia

After an interpolated string font lock break until I re-open the buffer.

var a = 25;
var b = $"This is value of the variable: {a}";
// Everything from here on is not correctly font-locked until I reopen the buffer. 
// Can't indent code correctly either.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions