aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/grammar.ron
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2019-04-11 04:02:41 +0100
committerEdwin Cheng <[email protected]>2019-04-11 04:02:41 +0100
commit74e846b9ecffd819af3109c50e48517b560b17cf (patch)
treedda88fd472e9cb12318a8feecdabd1b545dc8fdc /crates/ra_syntax/src/grammar.ron
parentac6ab0758731d0555fbf1b1a918abd3e12c8169d (diff)
Add L_DOLLAR and R_DOLLAR
Diffstat (limited to 'crates/ra_syntax/src/grammar.ron')
-rw-r--r--crates/ra_syntax/src/grammar.ron2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/ra_syntax/src/grammar.ron b/crates/ra_syntax/src/grammar.ron
index 0a35e25d5..b41241287 100644
--- a/crates/ra_syntax/src/grammar.ron
+++ b/crates/ra_syntax/src/grammar.ron
@@ -118,6 +118,8 @@ Grammar(
118 "LIFETIME", 118 "LIFETIME",
119 "COMMENT", 119 "COMMENT",
120 "SHEBANG", 120 "SHEBANG",
121 "L_DOLLAR",
122 "R_DOLLAR",
121 ], 123 ],
122 nodes: [ 124 nodes: [
123 "SOURCE_FILE", 125 "SOURCE_FILE",