aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/tools/coqrst/notations/TacticNotations.tokens
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2018-03-11 00:00:09 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2018-03-12 09:58:45 +0100
commit16b4db7d5d5ee64c09d02db6305799673d7efa80 (patch)
treef94b95f74a6a2be68e57a83f79e267765563a1b1 /doc/tools/coqrst/notations/TacticNotations.tokens
parent33c5d8d00cb017c61141ee0d6b7cb8f672a3e691 (diff)
[Sphinx] Add a few grammar constructions
Code from Paul Steckler (MIT).
Diffstat (limited to 'doc/tools/coqrst/notations/TacticNotations.tokens')
-rw-r--r--doc/tools/coqrst/notations/TacticNotations.tokens7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/tools/coqrst/notations/TacticNotations.tokens b/doc/tools/coqrst/notations/TacticNotations.tokens
index 4d41a3883..76ed2b065 100644
--- a/doc/tools/coqrst/notations/TacticNotations.tokens
+++ b/doc/tools/coqrst/notations/TacticNotations.tokens
@@ -1,8 +1,9 @@
LGROUP=1
LBRACE=2
RBRACE=3
-ATOM=4
-ID=5
-WHITESPACE=6
+METACHAR=4
+ATOM=5
+ID=6
+WHITESPACE=7
'{'=2
'}'=3