Skip to content

Commit 541373b

Browse files
committed
fix grammar rule reference in menhir action
1 parent a8d29ff commit 541373b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

syntaxes/menhir-action.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"end": "\\)",
1111
"patterns": [
1212
{ "include": "#anon-capture" },
13-
{ "include": "#token-name" },
14-
{ "include": "#production-name" }
13+
{ "include": "source.ocaml.menhir#token-name" },
14+
{ "include": "source.ocaml.menhir#production-name" }
1515
]
1616
},
1717
{

0 commit comments

Comments
 (0)