Thank you for this submission. I added the following line which helped the code-folding not get confused about "end" used an array-index:
/Ignore Fold Strings = "(end" "end)" "end:" ":end" "end+" "+end" "-end" "end-"
this would help in a situation like this:
if 1
array(end+1) = 2;
end
I recommend adding DisableMLS to disable mult-line scripts like this:
/L15"MatLab File" case DisableMLS Line Comment = % String Chars = ' File Extensions = m M
Thank you for this submission. I added the following line which helped the code-folding not get confused about "end" used an array-index:
/Ignore Fold Strings = "(end" "end)" "end:" ":end" "end+" "+end" "-end" "end-"
this would help in a situation like this:
if 1
array(end+1) = 2;
end
I recommend adding DisableMLS to disable mult-line scripts like this:
/L15"MatLab File" case DisableMLS Line Comment = % String Chars = ' File Extensions = m M
Otherwise transpose is treated as a string.
Comment only