From 74e846b9ecffd819af3109c50e48517b560b17cf Mon Sep 17 00:00:00 2001 From: Edwin Cheng Date: Thu, 11 Apr 2019 11:02:41 +0800 Subject: Add L_DOLLAR and R_DOLLAR --- crates/ra_syntax/src/grammar.ron | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crates/ra_syntax/src') 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( "LIFETIME", "COMMENT", "SHEBANG", + "L_DOLLAR", + "R_DOLLAR", ], nodes: [ "SOURCE_FILE", -- cgit v1.2.3