Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect tokenization with a list of classes in an Access field #95

Open
dklilley opened this issue Nov 25, 2024 · 0 comments
Open

Incorrect tokenization with a list of classes in an Access field #95

dklilley opened this issue Nov 25, 2024 · 0 comments
Labels

Comments

@dklilley
Copy link
Member

Consider the following classdef snippet:

classdef Foo
    properties (Access = {?OtherClass})
        Bar
    end
end

This does not syntax highlighting correctly in the MATLAB extension for VS Code. Attempting to inspect the tokens and scopes on line 2 or below never returns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant