aboutsummaryrefslogtreecommitdiff
path: root/grammar.ron
diff options
context:
space:
mode:
Diffstat (limited to 'grammar.ron')
-rw-r--r--grammar.ron1
1 files changed, 1 insertions, 0 deletions
diff --git a/grammar.ron b/grammar.ron
index bc7dd7c55..0905c282a 100644
--- a/grammar.ron
+++ b/grammar.ron
@@ -108,6 +108,7 @@ Grammar(
108 "POINTER_TYPE", 108 "POINTER_TYPE",
109 "ARRAY_TYPE", 109 "ARRAY_TYPE",
110 "SLICE_TYPE", 110 "SLICE_TYPE",
111 "REFERENCE_TYPE",
111 112
112 "EXTERN_BLOCK", 113 "EXTERN_BLOCK",
113 "ENUM_VARIANT", 114 "ENUM_VARIANT",