// Generated by scripts/export_styles.py from the pinned Pygments checkout. DO NOT EDIT.

///|
/// The builtin styles in `pygments.styles.STYLES` order: (name, constructor).
let builtin_styles : Array[(String, () -> Style)] = [
  ("abap", abap_style),
  ("algol", algol_style),
  ("algol_nu", algol_nu_style),
  ("arduino", arduino_style),
  ("autumn", autumn_style),
  ("bw", black_white_style),
  ("borland", borland_style),
  ("coffee", coffee_style),
  ("colorful", colorful_style),
  ("default", default_style),
  ("dracula", dracula_style),
  ("emacs", emacs_style),
  ("friendly_grayscale", friendly_grayscale_style),
  ("friendly", friendly_style),
  ("fruity", fruity_style),
  ("github-dark", gh_dark_style),
  ("gruvbox-dark", gruvbox_dark_style),
  ("gruvbox-light", gruvbox_light_style),
  ("igor", igor_style),
  ("inkpot", ink_pot_style),
  ("lightbulb", lightbulb_style),
  ("lilypond", lily_pond_style),
  ("lovelace", lovelace_style),
  ("manni", manni_style),
  ("material", material_style),
  ("monokai", monokai_style),
  ("murphy", murphy_style),
  ("native", native_style),
  ("night-owl", night_owl_style),
  ("nord-darker", nord_darker_style),
  ("nord", nord_style),
  ("one-dark", one_dark_style),
  ("paraiso-dark", paraiso_dark_style),
  ("paraiso-light", paraiso_light_style),
  ("pastie", pastie_style),
  ("perldoc", perldoc_style),
  ("rainbow_dash", rainbow_dash_style),
  ("rrt", rrt_style),
  ("sas", sas_style),
  ("solarized-dark", solarized_dark_style),
  ("solarized-light", solarized_light_style),
  ("staroffice", staroffice_style),
  ("stata-dark", stata_dark_style),
  ("stata-light", stata_light_style),
  ("tango", tango_style),
  ("trac", trac_style),
  ("vim", vim_style),
  ("vs", visual_studio_style),
  ("xcode", xcode_style),
  ("zenburn", zenburn_style),
]