1
1
mirror of https://github.com/github/semantic.git synced 2025-01-06 23:46:21 +03:00

Merge branch 'master' into improved-math-and-bool-operators

This commit is contained in:
Josh Vera 2016-09-17 12:01:13 -04:00 committed by GitHub
commit 74d541fa61

View File

@ -242,7 +242,7 @@ instance HasCategory Category where
C.Case -> "case statement"
C.SubscriptAccess -> "subscript access"
C.MathAssignment -> "math assignment"
C.Ternary -> "ternary"
C.Ternary -> "ternary expression"
C.Operator -> "operator"
Identifier -> "identifier"
IntegerLiteral -> "integer"