chore: bump scintilla and lexilla version
This commit is contained in:
48
3rdparty/lexilla545/lexilla/test/examples/matlab/FoldPoints.m.matlab
vendored
Normal file
48
3rdparty/lexilla545/lexilla/test/examples/matlab/FoldPoints.m.matlab
vendored
Normal file
@ -0,0 +1,48 @@
|
||||
% All the examples here should yield folding
|
||||
|
||||
classdef
|
||||
% Some code
|
||||
end
|
||||
|
||||
for
|
||||
% Some code
|
||||
end
|
||||
|
||||
function
|
||||
% Some code
|
||||
end
|
||||
|
||||
if
|
||||
% Some code
|
||||
elseif
|
||||
% Some code
|
||||
else
|
||||
% Some code
|
||||
end
|
||||
|
||||
parfor
|
||||
% Some code
|
||||
end
|
||||
|
||||
spmd
|
||||
% Some code
|
||||
end
|
||||
|
||||
switch
|
||||
case
|
||||
% Some code
|
||||
case
|
||||
% Some code
|
||||
otherwise
|
||||
% Some code
|
||||
end
|
||||
|
||||
try
|
||||
% Some code
|
||||
catch
|
||||
% Some code
|
||||
end
|
||||
|
||||
while
|
||||
% Some code
|
||||
end
|
Reference in New Issue
Block a user