class Rouge::Lexers::J
def self.control_words
def self.control_words @control_words ||= Set.new %w( assert break case catch catchd catcht continue do else elseif end fcase for if return select throw try while whilst ) end
def self.control_words @control_words ||= Set.new %w( assert break case catch catchd catcht continue do else elseif end fcase for if return select throw try while whilst ) end