lib/rouge/lexers/matlab.rb in rouge-3.28.0 vs lib/rouge/lexers/matlab.rb in rouge-3.29.0

- old
+ new

@@ -11,11 +11,12 @@ filenames '*.m' mimetypes 'text/x-matlab', 'application/x-matlab' def self.keywords @keywords = Set.new %w( - break case catch classdef continue else elseif end for function - global if otherwise parfor persistent return spmd switch try while + arguments break case catch classdef continue else elseif end for + function global if import methods otherwise parfor persistent + properties return spmd switch try while ) end # self-modifying method that loads the builtins file def self.builtins