1
1
mirror of https://github.com/github/semantic.git synced 2025-01-03 13:02:37 +03:00

Add Boolean case for styleName

This commit is contained in:
Rick Winfrey 2016-06-16 11:08:34 -05:00
parent d8bfd5a629
commit a2d8c23250

View File

@ -39,6 +39,7 @@ styleName category = "category-" <> case category of
Program -> "program"
Error -> "error"
BinaryOperator -> "binary-operator"
Boolean -> "boolean"
DictionaryLiteral -> "dictionary"
Pair -> "pair"
StringLiteral -> "string"