Improved Matlab vs Objective-C language detection

This commit is contained in:
Alan Hamlett 2018-03-15 01:15:16 -07:00
parent f38b026e6a
commit cb67d6bb2f
12 changed files with 104 additions and 15 deletions

View file

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