class Rouge::Lexers::Matlab
Constants
- BUILTINS
Public Class Methods
Source
# File lib/rouge/lexers/matlab.rb, line 13 def self.keywords @keywords = Set.new %w( 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