| Safe Haskell | None |
|---|
Text.Highlighting.Pygments.Formatters
Contents
- type FormatterAlias = String
- data Formatter
- getAllFormatters :: IO [Formatter]
- getFormatterByName :: FormatterAlias -> IO (Maybe Formatter)
- formatterName :: Formatter -> String
- formatterAliases :: Formatter -> [FormatterAlias]
- htmlFormatter :: Formatter
- terminalFormatter :: Formatter
Documentation
type FormatterAlias = StringSource
getFormatterByName :: FormatterAlias -> IO (Maybe Formatter)Source
Similar to the get_formatter_by_name() function in Pygments