lib/rouge/lexers/matlab.rb in rouge-3.18.0 vs lib/rouge/lexers/matlab.rb in rouge-3.19.0
- old
+ new
@@ -18,10 +18,10 @@
)
end
# self-modifying method that loads the builtins file
def self.builtins
- load File.join(Lexers::BASE_DIR, 'matlab/builtins.rb')
+ Kernel::load File.join(Lexers::BASE_DIR, 'matlab/keywords.rb')
builtins
end
state :root do
rule %r/\s+/m, Text # Whitespace