aboutsummaryrefslogtreecommitdiff
path: root/grammar.ron
diff options
context:
space:
mode:
Diffstat (limited to 'grammar.ron')
-rw-r--r--grammar.ron3
1 files changed, 2 insertions, 1 deletions
diff --git a/grammar.ron b/grammar.ron
index c4f6283e6..18af8d123 100644
--- a/grammar.ron
+++ b/grammar.ron
@@ -62,6 +62,7 @@ Grammar(
62 ], 62 ],
63 nodes: [ 63 nodes: [
64 "FILE", 64 "FILE",
65 "STRUCT_ITEM" 65 "STRUCT_ITEM",
66 "STRUCT_FIELD",
66 ] 67 ]
67) \ No newline at end of file 68) \ No newline at end of file