mirror of
https://github.com/github/semantic.git
synced 2024-12-22 22:31:36 +03:00
Add Args/VarAssignment/VarDecl to HasCategory Category instance
This commit is contained in:
parent
602ee1ab6c
commit
ccff70b6f6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user