-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | This module allows tokens produced by skylighting-core to be rendered
--   as ANSI colored text.
@package skylighting-format-ansi
@version 0.1

module Skylighting.Format.ANSI
formatANSI :: FormatOptions -> Style -> [SourceLine] -> Text
instance Data.Binary.Class.Binary Skylighting.Format.ANSI.Xterm256ColorCode
instance GHC.Internal.Enum.Bounded Skylighting.Format.ANSI.Xterm256ColorCode
instance GHC.Internal.Data.Data.Data Skylighting.Format.ANSI.Xterm256ColorCode
instance GHC.Internal.Enum.Enum Skylighting.Format.ANSI.Xterm256ColorCode
instance GHC.Classes.Eq Skylighting.Format.ANSI.Xterm256ColorCode
instance Skylighting.Types.FromColor (System.Console.ANSI.Types.ColorIntensity, System.Console.ANSI.Types.Color)
instance Skylighting.Types.FromColor Skylighting.Format.ANSI.Xterm256ColorCode
instance GHC.Internal.Generics.Generic Skylighting.Format.ANSI.Xterm256ColorCode
instance GHC.Classes.Ord Skylighting.Format.ANSI.Xterm256ColorCode
instance GHC.Internal.Read.Read Skylighting.Format.ANSI.Xterm256ColorCode
instance GHC.Internal.Show.Show Skylighting.Format.ANSI.Xterm256ColorCode
instance Skylighting.Types.ToColor (System.Console.ANSI.Types.ColorIntensity, System.Console.ANSI.Types.Color)
instance Skylighting.Types.ToColor Skylighting.Format.ANSI.Xterm256ColorCode
