Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -2792,6 +2792,10 @@
</dict>
<key>patterns</key>
<array>
<dict>
<key>include</key>
<string>#function_call</string>
</dict>
<dict>
<key>include</key>
<string>#braced_validator_list</string>
Expand Down
3 changes: 3 additions & 0 deletions test/t08PropertyValidation.m
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
% ^ keyword.operator.assignment.matlab
% ^^ constant.numeric.matlab
% ^ punctuation.terminator.semicolon.matlab
PropFcnArgs {mustBeGreaterThan(PropFcnArgs, 2)}
% ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.function-call.parens.matlab

% Ending commentary
end
end