Improve Matlab language detection
This commit is contained in:
parent
be80465193
commit
87f205484f
9 changed files with 95 additions and 15 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue