aboutsummaryrefslogtreecommitdiff
path: root/grammar.ron
diff options
context:
space:
mode:
Diffstat (limited to 'grammar.ron')
-rw-r--r--grammar.ron5
1 files changed, 4 insertions, 1 deletions
diff --git a/grammar.ron b/grammar.ron
index 70e269e20..7c76d595d 100644
--- a/grammar.ron
+++ b/grammar.ron
@@ -88,5 +88,8 @@ Grammar(
88 "LITERAL", 88 "LITERAL",
89 "ALIAS", 89 "ALIAS",
90 "VISIBILITY", 90 "VISIBILITY",
91 "TYPE_PARAM_LIST",
92 "LIFETIME_PARAM",
93 "TYPE_PARAM",
91 ] 94 ]
92) \ No newline at end of file 95)