aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorHugo Herbelin2020-05-02 23:22:48 +0200
committerHugo Herbelin2020-05-06 17:04:11 +0200
commit20f0e2efb87541e511cf31e220a44e4376c44550 (patch)
treeb08810a8fb0d6ac422b88e49f37a06ffd4dce550 /plugins
parent86cdd51c4e25fceb12854863419fbdc3f19e44aa (diff)
Moving lazymatch and multimatch to simple identifiers.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ltac/g_ltac.mlg4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ltac/g_ltac.mlg b/plugins/ltac/g_ltac.mlg
index 5baa23b3e9..0dea4fcc43 100644
--- a/plugins/ltac/g_ltac.mlg
+++ b/plugins/ltac/g_ltac.mlg
@@ -216,8 +216,8 @@ GRAMMAR EXTEND Gram
;
match_key:
[ [ "match" -> { Once }
- | "lazymatch" -> { Select }
- | "multimatch" -> { General } ] ]
+ | IDENT "lazymatch" -> { Select }
+ | IDENT "multimatch" -> { General } ] ]
;
input_fun:
[ [ "_" -> { Name.Anonymous }