We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 840a718 commit 0735005Copy full SHA for 0735005
internals/parser.rst
@@ -645,8 +645,8 @@ Hard and Soft keywords
645
----------------------
646
647
.. note::
648
- In the grammar files, keywords are defined using **single quotes** (e.g. `'class'`) while soft
649
- keywords are defined using **double quotes** (e.g. `"match"`).
+ In the grammar files, keywords are defined using **single quotes** (e.g. ``'class'``) while soft
+ keywords are defined using **double quotes** (e.g. ``"match"``).
650
651
There are two kinds of keywords allowed in pegen grammars: *hard* and *soft*
652
keywords. The difference between hard and soft keywords is that hard keywords
0 commit comments