Skip to content

Property and function validation syntax tokenizes validation functions as keywords #53

@dklilley

Description

@dklilley

Consider the following example:

classdef Account
    properties
        Balance (1,1) mustBeNumeric
    end
end

In this situation, mustBeNumeric is tokenized as a storage.type, but it would be more accurate to tokenize it the same as a function name.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions