class Rouge::Lexers::Moonscript

def initialize(*)

def initialize(*)
  super
  @function_highlighting = bool_option(:function_highlighting) { true }
  @disabled_modules = list_option(:disabled_modules)
end