1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 22:31:36 +03:00

Add Boolean category name

This commit is contained in:
Rick Winfrey 2016-06-16 09:54:20 -05:00
parent 70b3340302
commit 7292e6ebe4

View File

@ -53,6 +53,7 @@ instance HasCategory Category where
toCategoryName = \case
ArrayLiteral -> "array"
BinaryOperator -> "binary operator"
Boolean -> "boolean"
DictionaryLiteral -> "dictionary"
Error -> "error"
ExpressionStatements -> "expression statements"