Skip to content

Commit

Permalink
Add more places collections can be created
Browse files Browse the repository at this point in the history
  • Loading branch information
assertchris committed Aug 17, 2017
1 parent ddf67c2 commit 96ee6f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/macros.yay
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ macro ·recursion {
·token("("),
·token(","),
·token("="),
·token("?"),
·operator("??"),
·operator("&&"),
·operator("||"),
·chain(
·either(
·token(T_CONSTANT_ENCAPSED_STRING),
Expand Down

0 comments on commit 96ee6f4

Please sign in to comment.