Skip to content

Commit 4928d8f

Browse files
committed
Update README.md
1 parent 4961c53 commit 4928d8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,7 @@ Extended attributes look like this:
720720
* `type`: Always `"extended-attribute"`.
721721
* `rhs`: If there is a right-hand side, this will capture its `type` and `value`. The
722722
type can be one of the following:
723+
723724
* `"identifier"`
724725
* `"identifier-list"`
725726
* `"string"`
@@ -729,6 +730,8 @@ Extended attributes look like this:
729730
* `"integer"`
730731
* `"integer-list"`
731732
* `"*"`
733+
734+
Each child of a list has its own `type` of `value`, e.g. `type: "identifier"` for `"identifier-list"`.
732735
* `parent`: The container of this type as an Object.
733736

734737
### Default and Const Values

0 commit comments

Comments
 (0)