You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pretty simple, if you create a variable (var and arr in the video), they are tokenized as variables (both tokens variable.other.readwrite.matlab, meta.assignment.variable.single.matlab).
If you call a function (mean), it is tokenized as a function call
(entity.name.function.matlab, meta.function-call.parens.matlab).
However, if you index into the array variable from earlier (arr), it is also tokenized like a function call
(entity.name.function.matlab, meta.function-call.parens.matlab).
Screen.Recording.2024-02-29.at.3.00.32.PM.mov
The text was updated successfully, but these errors were encountered:
Pretty simple, if you create a variable (
var
andarr
in the video), they are tokenized as variables (both tokensvariable.other.readwrite.matlab
,meta.assignment.variable.single.matlab
).If you call a function (
mean
), it is tokenized as a function call(
entity.name.function.matlab
,meta.function-call.parens.matlab
).However, if you index into the array variable from earlier (
arr
), it is also tokenized like a function call(
entity.name.function.matlab
,meta.function-call.parens.matlab
).Screen.Recording.2024-02-29.at.3.00.32.PM.mov
The text was updated successfully, but these errors were encountered: