class Rouge::Lexers::BBCBASIC

def self.punctuation

def self.punctuation
  @punctuation ||= %w(
    [,;'~] SPC TAB
  )
end