Skip to content

Commit

Permalink
Merge pull request #15 from RReverser/attr
Browse files Browse the repository at this point in the history
Add JSXElement as possible JSXAttributeValue.
  • Loading branch information
sebmarkbage committed Sep 4, 2014
2 parents 506f890 + 2b2056a commit 22b1427
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ JSXAttributeValue :

- `"` JSXDoubleStringCharacters<sub>opt</sub> `"`
- `'` JSXSingleStringCharacters<sub>opt</sub> `'`
- `{` AssignmentExpression `}`
- JSXElement

JSXDoubleStringCharacters :


Expand Down

0 comments on commit 22b1427

Please sign in to comment.