aboutsummaryrefslogtreecommitdiff
path: root/src/grammar.ron
diff options
context:
space:
mode:
Diffstat (limited to 'src/grammar.ron')
-rw-r--r--src/grammar.ron1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grammar.ron b/src/grammar.ron
index f640ccb7b..9383abd19 100644
--- a/src/grammar.ron
+++ b/src/grammar.ron
@@ -126,6 +126,7 @@ Grammar(
126 "TUPLE_EXPR", 126 "TUPLE_EXPR",
127 "PATH_EXPR", 127 "PATH_EXPR",
128 "CALL_EXPR", 128 "CALL_EXPR",
129 "REF_EXPR",
129 130
130 "EXTERN_BLOCK", 131 "EXTERN_BLOCK",
131 "ENUM_VARIANT", 132 "ENUM_VARIANT",