global

def format_variables(type, vars)

def format_variables(type, vars)
  vars.sort_by(&:downcase).map{ |var| color(type, var) }
end