We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f5ba7 commit 68555dbCopy full SHA for 68555db
utils/gyb_syntax_support/AttributeNodes.py
@@ -22,7 +22,7 @@
22
Child('LeftParen', kind='LeftParenToken',
23
is_optional=True),
24
Child('ArgumentList', kind='FunctionCallArgumentList',
25
- is_optional=True),
+ collection_element_name='Argument', is_optional=True),
26
Child('RightParen', kind='RightParenToken',
27
28
]),
@@ -79,7 +79,7 @@
79
80
# attribute-list -> attribute attribute-list?
81
Node('AttributeList', kind='SyntaxCollection',
82
- element='Syntax',
+ element='Syntax', element_name='Attribute',
83
element_choices=[
84
'Attribute',
85
'CustomAttribute',
0 commit comments