1
1
mirror of https://github.com/github/semantic.git synced 2025-01-03 04:51:57 +03:00

Add subscript_access case for defaultCategoryName

This commit is contained in:
Rick Winfrey 2016-06-17 14:39:47 -05:00
parent 596d465c17
commit 3ac96be52c

View File

@ -57,6 +57,7 @@ defaultCategoryForNodeName name = case name of
"statement_block" -> ExpressionStatements
"assignment" -> Assignment
"member_access" -> MemberAccess
"subscript_access" -> SubscriptAccess
"regex" -> Regex
"template_string" -> TemplateString
"var_assignment" -> VarAssignment