Closed vr050714 closed 4 years ago
The problem is that it expects comma operator in between variable and ellipsis. Green color on my screenshots corresponds to array of chars, likely.
Looks like the same issue as #18. If you inspect the syntax highlighting info in vscode with Ctrl+Shift+P Developer: Inspect TM Scopes
and then move your cursor to the improperly highlighted line you'll see that the grammar is treating this the same way as MATLAB command syntax:
That's interesting. Thanks!
Fixed by #28
Probably, the same issue concerns arrays declaration as well