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:
parent
d8bfd5a629
commit
a2d8c23250
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user