aboutsummaryrefslogtreecommitdiff
path: root/src/grammar.ron
diff options
context:
space:
mode:
Diffstat (limited to 'src/grammar.ron')
-rw-r--r--src/grammar.ron4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/grammar.ron b/src/grammar.ron
index d5bdb206c..df769bba6 100644
--- a/src/grammar.ron
+++ b/src/grammar.ron
@@ -15,7 +15,7 @@ Grammar(
15 ["~", "TILDE"], 15 ["~", "TILDE"],
16 ["?", "QUESTION"], 16 ["?", "QUESTION"],
17 ["$", "DOLLAR"], 17 ["$", "DOLLAR"],
18 ["&", "AMPERSAND"], 18 ["&", "AMP"],
19 ["|", "PIPE"], 19 ["|", "PIPE"],
20 ["+", "PLUS"], 20 ["+", "PLUS"],
21 ["*", "STAR"], 21 ["*", "STAR"],
@@ -41,7 +41,7 @@ Grammar(
41 [">=", "GTEQ"], 41 [">=", "GTEQ"],
42 ["+=", "PLUSEQ"], 42 ["+=", "PLUSEQ"],
43 ["-=", "MINUSEQ"], 43 ["-=", "MINUSEQ"],
44 ["&&", "AMPERSANDAMPERSAND"], 44 ["&&", "AMPAMP"],
45 ["||", "PIPEPIPE"], 45 ["||", "PIPEPIPE"],
46 ], 46 ],
47 keywords: [ 47 keywords: [