Skip to content

Incorrect highlighting for matrices #101

@Gustaf-C

Description

@Gustaf-C

A minimum example of this can be produced with this code:

classdef Foo
    properties
        mat1 = [1 1; 1 1];
        mat2 = [1;1];
    end
end

The incorrect highlighting is seen here:
Image

The first one only occurs within the properties block, while the second is general.

Metadata

Metadata

Assignees

No one assigned

    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