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

Line continuation inside of [] breaks highlighting #18

Closed
rlivings39 opened this issue Nov 6, 2019 · 1 comment · Fixed by #28
Closed

Line continuation inside of [] breaks highlighting #18

rlivings39 opened this issue Nov 6, 2019 · 1 comment · Fixed by #28

Comments

@rlivings39
Copy link
Member

Reported in Gimly/vscode-matlab#98. Looks like the last line is interpreted as command syntax rather than an element of []

y = [ ... a comment
    x, ... another comment
    z ... should be a comment
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants