Skip to content

Commit

Permalink
test syn highlighting in rst
Browse files Browse the repository at this point in the history
  • Loading branch information
xuchen committed Jun 19, 2015
1 parent fd63816 commit 78b2591
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ Parsetron is tested under Python 2.7 and Pypy. It doesn't support Python 3 yet.
Quick Start
-----------

The following is a grammar that parses natural language instruction on lights::
The following is a grammar that parses natural language instruction on lights:

.. code-block:: python
from parsetron import Set, Regex, Optional, OneOrMore, Grammar, RobustParser
Expand Down Expand Up @@ -100,5 +102,5 @@ Development
TODO
----

[ ] Python 3 compatible
[ ] Unicode support
- [ ] Python 3 compatible
- [ ] Unicode support

0 comments on commit 78b2591

Please sign in to comment.