aboutsummaryrefslogtreecommitdiffstats
path: root/prism/config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'prism/config.yml')
-rw-r--r--prism/config.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/prism/config.yml b/prism/config.yml
index 84e458ed8c..353ad50c0d 100644
--- a/prism/config.yml
+++ b/prism/config.yml
@@ -596,6 +596,8 @@ nodes:
type: location
- name: closing_loc
type: location
+ - name: numbered_parameters
+ type: uint32
comment: |
Represents a block of ruby code.
@@ -1758,6 +1760,8 @@ nodes:
kind: BlockParametersNode
- name: body
type: node?
+ - name: numbered_parameters
+ type: uint32
comment: |
Represents using a lambda literal (not the lambda method call).