mirror of
https://github.com/github/semantic.git
synced 2024-12-26 00:12:29 +03:00
Add Style
.
This commit is contained in:
parent
8318a8aa89
commit
38610c8336
@ -22,3 +22,5 @@ instance Enum Colour where
|
||||
toEnum 36 = Cyan
|
||||
toEnum 37 = White
|
||||
toEnum _ = error "unknown colour code"
|
||||
|
||||
data Style = Normal | Bold | Underline
|
||||
|
Loading…
Reference in New Issue
Block a user