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:
parent
596d465c17
commit
3ac96be52c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user