We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91205a3 commit 92919c6Copy full SHA for 92919c6
Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage
@@ -2792,6 +2792,10 @@
2792
</dict>
2793
<key>patterns</key>
2794
<array>
2795
+ <dict>
2796
+ <key>include</key>
2797
+ <string>#function_call</string>
2798
+ </dict>
2799
<dict>
2800
<key>include</key>
2801
<string>#braced_validator_list</string>
test/t08PropertyValidation.m
@@ -61,6 +61,9 @@
61
% ^ keyword.operator.assignment.matlab
62
% ^^ constant.numeric.matlab
63
% ^ punctuation.terminator.semicolon.matlab
64
+ PropFcnArgs {mustBeGreaterThan(PropFcnArgs, 2)}
65
+% ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.function-call.parens.matlab
66
+
67
% Ending commentary
68
end
69
0 commit comments