mirror of
https://github.com/github/semantic.git
synced 2024-12-22 14:21:31 +03:00
Map productions to Category.Args
This commit is contained in:
parent
5a65983280
commit
45be0bc7ac
@ -48,6 +48,7 @@ defaultCategoryForNodeName name = case name of
|
||||
"function" -> Function
|
||||
"identifier" -> Identifier
|
||||
"formal_parameters" -> Params
|
||||
"arguments" -> Args
|
||||
"statement_block" -> ExpressionStatements
|
||||
"assignment" -> Assignment
|
||||
"member_access" -> MemberAccess
|
||||
|
Loading…
Reference in New Issue
Block a user