class Rouge::Lexers::RML
Public Class Methods
Source
# File lib/rouge/lexers/rml.rb, line 18 def self.arithmetic_keywords @arithmetic_keywords ||= Set.new %w( abs sin cos tan min max ) end
Source
# File lib/rouge/lexers/rml.rb, line 11 def self.keywords @keywords ||= Set.new %w( matches not with empty all if else true false ) end