1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00

Add SubscriptAccess Category

This commit is contained in:
Rick Winfrey 2016-06-17 14:38:12 -05:00
parent bbaf6e24fa
commit 34359f80ee

View File

@ -47,6 +47,8 @@ data Category
| Assignment
-- | A member access expression.
| MemberAccess
-- | A subscript access expression.
| SubscriptAccess
-- | A variable assignment within a variable declaration.
| VarAssignment
-- | A variable declaration.