diff --git a/config.yml b/config.yml index ae3caac8c3..8c60b24e91 100644 --- a/config.yml +++ b/config.yml @@ -932,6 +932,11 @@ nodes: - name: arguments type: node[] kind: non-void expression + comment: | + The list of arguments, if present. These can be any [non-void expressions](https://github.com/ruby/prism/blob/main/docs/parsing_rules.md#non-void-expression). + + foo(bar, baz) + ^^^^^^^^ comment: | Represents a set of arguments to a method or a keyword.