Skip to content

Commit

Permalink
(Hopefully) fixed the tag mini language. Thanks Nilium for spotting.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredreichbier committed Jul 12, 2010
1 parent e955b24 commit b845645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/compilers/json.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ A tag defines an unique name for an entity. It is a mini description language:

.. productionlist::
tag: modifier "(" parameters ")"
: identifier
| identifier
parameters: tag { "," tag }
identifier: [a-zA-Z0-9_ ]+
modifier: [a-zA-Z0-9_]+
Expand Down

0 comments on commit b845645

Please sign in to comment.