Skip to content

Commit

Permalink
Add document BlockLocalVariableNode fields
Browse files Browse the repository at this point in the history
Partially fixes: #2123
  • Loading branch information
ydah committed Nov 28, 2024
1 parent 93c0474 commit 8353be1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1123,6 +1123,11 @@ nodes:
fields:
- name: name
type: constant
comment: |
The name of the block local variable.
a { |; b| } # name `:b`
^
comment: |
Represents a block local variable.
Expand Down

0 comments on commit 8353be1

Please sign in to comment.