Improve Matlab language detection

This commit is contained in:
Alan Hamlett 2017-06-07 23:32:03 -07:00
parent be80465193
commit 87f205484f
9 changed files with 95 additions and 15 deletions

View file

View file

@ -0,0 +1,10 @@
function foo = bar(a, b, c)
% This is a variable
avariables = 0;
% =============================================================
% This is a Matlab comment
% =============================================================
end