aboutsummaryrefslogtreecommitdiff
path: root/src/grammar.ron
diff options
context:
space:
mode:
Diffstat (limited to 'src/grammar.ron')
-rw-r--r--src/grammar.ron2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/grammar.ron b/src/grammar.ron
index 6c67db739..564249200 100644
--- a/src/grammar.ron
+++ b/src/grammar.ron
@@ -129,6 +129,8 @@ Grammar(
129 "METHOD_CALL_EXPR", 129 "METHOD_CALL_EXPR",
130 "FIELD_EXPR", 130 "FIELD_EXPR",
131 "REF_EXPR", 131 "REF_EXPR",
132 "STRUCT_LIT",
133 "STRUCT_LIT_FIELD",
132 134
133 "EXTERN_BLOCK", 135 "EXTERN_BLOCK",
134 "ENUM_VARIANT", 136 "ENUM_VARIANT",