Improve Matlab language detection
This commit is contained in:
parent
be80465193
commit
87f205484f
9 changed files with 95 additions and 15 deletions
0
tests/samples/codefiles/matlab/empty.m
Normal file
0
tests/samples/codefiles/matlab/empty.m
Normal file
10
tests/samples/codefiles/matlab/matlab.m
Executable file
10
tests/samples/codefiles/matlab/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_mat_files/empty.m
Normal file
0
tests/samples/codefiles/matlab/with_mat_files/empty.m
Normal file
0
tests/samples/codefiles/matlab/with_mat_files/empty.mat
Normal file
0
tests/samples/codefiles/matlab/with_mat_files/empty.mat
Normal file
Loading…
Add table
Add a link
Reference in a new issue