diff options
author | Edwin Cheng <[email protected]> | 2019-04-11 04:02:41 +0100 |
---|---|---|
committer | Edwin Cheng <[email protected]> | 2019-04-11 04:02:41 +0100 |
commit | 74e846b9ecffd819af3109c50e48517b560b17cf (patch) | |
tree | dda88fd472e9cb12318a8feecdabd1b545dc8fdc /crates/ra_syntax/src | |
parent | ac6ab0758731d0555fbf1b1a918abd3e12c8169d (diff) |
Add L_DOLLAR and R_DOLLAR
Diffstat (limited to 'crates/ra_syntax/src')
-rw-r--r-- | crates/ra_syntax/src/grammar.ron | 2 |
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", |