aboutsummaryrefslogtreecommitdiff
path: root/grammar.ron
diff options
context:
space:
mode:
Diffstat (limited to 'grammar.ron')
-rw-r--r--grammar.ron7
1 files changed, 6 insertions, 1 deletions
diff --git a/grammar.ron b/grammar.ron
index 995d71f81..c0564e9cf 100644
--- a/grammar.ron
+++ b/grammar.ron
@@ -32,7 +32,12 @@ Grammar(
32 "FAT_ARROW", 32 "FAT_ARROW",
33 "NEQ", 33 "NEQ",
34 "NOT", 34 "NOT",
35 "CHAR",
36 "LIFETIME", 35 "LIFETIME",
36 "CHAR",
37 "BYTE",
38 "STRING",
39 "RAW_STRING",
40 "BYTE_STRING",
41 "RAW_BYTE_STRING",
37 ] 42 ]
38) \ No newline at end of file 43) \ No newline at end of file