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 a9a3847c9..9912f9698 100644
--- a/src/grammar.ron
+++ b/src/grammar.ron
@@ -60,6 +60,7 @@ Grammar(
60 "loop", 60 "loop",
61 "while", 61 "while",
62 "if", 62 "if",
63 "else",
63 "match", 64 "match",
64 "const", 65 "const",
65 "static", 66 "static",
@@ -134,6 +135,7 @@ Grammar(
134 "LAMBDA_EXPR", 135 "LAMBDA_EXPR",
135 "STRUCT_LIT", 136 "STRUCT_LIT",
136 "STRUCT_LIT_FIELD", 137 "STRUCT_LIT_FIELD",
138 "IF_EXPR",
137 139
138 "EXTERN_BLOCK", 140 "EXTERN_BLOCK",
139 "ENUM_VARIANT", 141 "ENUM_VARIANT",