1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 06:41:45 +03:00

Add Args/VarAssignment/VarDecl to HasCategory Category instance

This commit is contained in:
joshvera 2016-06-15 11:15:29 -07:00
parent 602ee1ab6c
commit ccff70b6f6

View File

@ -61,6 +61,9 @@ instance HasCategory Category where
Category.FunctionCall -> "function call"
Category.MemberAccess -> "member access"
Category.MethodCall -> "method call"
Category.Args -> "arguments"
Category.VarAssignment -> "var assignment"
Category.VarDecl -> "var declaration"
Identifier -> "identifier"
IntegerLiteral -> "integer"
Other s -> s