Improved Matlab vs Objective-C language detection
This commit is contained in:
parent
f38b026e6a
commit
cb67d6bb2f
12 changed files with 104 additions and 15 deletions
0
tests/samples/codefiles/c_and_cpp/empty.mm
Normal file
0
tests/samples/codefiles/c_and_cpp/empty.mm
Normal file
0
tests/samples/codefiles/matlab/with_headers/empty.m
Normal file
0
tests/samples/codefiles/matlab/with_headers/empty.m
Normal file
10
tests/samples/codefiles/matlab/with_headers/matlab.m
Executable file
10
tests/samples/codefiles/matlab/with_headers/matlab.m
Executable file
|
@ -0,0 +1,10 @@
|
|||
function foo = bar(a, b, c)
|
||||
|
||||
% This is a variable
|
||||
avariables = 0;
|
||||
|
||||
% =============================================================
|
||||
% This is a Matlab comment
|
||||
% =============================================================
|
||||
|
||||
end
|
0
tests/samples/codefiles/matlab/with_headers/random.h
Normal file
0
tests/samples/codefiles/matlab/with_headers/random.h
Normal file
0
tests/samples/codefiles/matlab/without_headers/empty.m
Normal file
0
tests/samples/codefiles/matlab/without_headers/empty.m
Normal file
Loading…
Add table
Add a link
Reference in a new issue