.cr
Crystal
(text/x-crystal)


# --- Stage placeholder ---
class Stage
  property name : String
  def initialize(@name : String); end
end