Skip to content

Line continuation after classdef attributes breaks syntax highlighting in class #93

@dklilley

Description

@dklilley

A line continuation (...) between the class attributes and the class name breaks tokenization/syntax highlighting in the class.

Compare the following:

classdef (Abstract = true) ClassName
    properties
        Prop1
    end
end
classdef (Abstract = true) ...
    ClassName
    properties
        Prop1
    end
end

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions