aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/grammar.ron
diff options
context:
space:
mode:
authorAdolfo OchagavĂ­a <[email protected]>2018-10-12 18:20:58 +0100
committerAdolfo OchagavĂ­a <[email protected]>2018-10-12 18:20:58 +0100
commit4b3737510b97faa7d2fad3c98aa16eed46334703 (patch)
tree4d052d23ac53bf7444bb2f6235dc7ad4358152b9 /crates/ra_syntax/src/grammar.ron
parentee0a6bf0535a5a6c7e536d2cffa11959c3ee2ae3 (diff)
Cleanup fold code and split logic to fold single elements
Diffstat (limited to 'crates/ra_syntax/src/grammar.ron')
-rw-r--r--crates/ra_syntax/src/grammar.ron1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_syntax/src/grammar.ron b/crates/ra_syntax/src/grammar.ron
index 9da0c2c13..d538739de 100644
--- a/crates/ra_syntax/src/grammar.ron
+++ b/crates/ra_syntax/src/grammar.ron
@@ -538,5 +538,6 @@ Grammar(
538 options: [ "NameRef" ] 538 options: [ "NameRef" ]
539 ), 539 ),
540 "Comment": (), 540 "Comment": (),
541 "Whitespace": (),
541 }, 542 },
542) 543)