module GitHub::Markup

def language(filename, content)

def language(filename, content)
  blob = Linguist::Blob.new(filename, content)
  return Linguist.detect(blob, allow_empty: true)
end