Safe Haskell | None |
---|---|
Language | Haskell2010 |
Patat.Theme
Documentation
Constructors
Theme | |
Fields
|
Instances
Show Theme Source # | |
Semigroup Theme Source # | |
Monoid Theme Source # | |
FromJSON Theme Source # | |
Defined in Patat.Theme | |
ToJSON Theme Source # | |
Defined in Patat.Theme Methods toEncoding :: Theme -> Encoding toJSONList :: [Theme] -> Value toEncodingList :: [Theme] -> Encoding |
defaultTheme :: Theme Source #
Instances
Show Style Source # | |
Semigroup Style Source # | |
Monoid Style Source # | |
FromJSON Style Source # | |
Defined in Patat.Theme | |
ToJSON Style Source # | |
Defined in Patat.Theme Methods toEncoding :: Style -> Encoding toJSONList :: [Style] -> Value toEncodingList :: [Style] -> Encoding |
newtype SyntaxHighlighting Source #
Constructors
SyntaxHighlighting | |
Fields
|
Instances
syntaxHighlight :: Theme -> TokenType -> Maybe Style Source #