Skip to content

Commit ea027c8

Browse files
committed
Support token aliases in associativity decls
1 parent 7424331 commit ea027c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

syntaxes/menhir.json

+4
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@
7070
"patterns": [
7171
{ "include": "#token-name" },
7272
{ "include": "#production-name" },
73+
{ "include": "source.ocaml#strings" },
74+
{ "include": "source.ocaml#attributes" },
7375
{ "include": "#comments" }
7476
]
7577
},
@@ -81,6 +83,8 @@
8183
"patterns": [
8284
{ "include": "#type-annotation" },
8385
{ "include": "#production-name" },
86+
{ "include": "source.ocaml#strings" },
87+
{ "include": "source.ocaml#attributes" },
8488
{ "include": "#comments" }
8589
]
8690
},

0 commit comments

Comments
 (0)