mirror of
https://github.com/github/semantic.git
synced 2024-12-22 14:21:31 +03:00
Add Boolean category name
This commit is contained in:
parent
70b3340302
commit
7292e6ebe4
@ -53,6 +53,7 @@ instance HasCategory Category where
|
||||
toCategoryName = \case
|
||||
ArrayLiteral -> "array"
|
||||
BinaryOperator -> "binary operator"
|
||||
Boolean -> "boolean"
|
||||
DictionaryLiteral -> "dictionary"
|
||||
Error -> "error"
|
||||
ExpressionStatements -> "expression statements"
|
||||
|
Loading…
Reference in New Issue
Block a user