aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/grammar.ron
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/src/grammar.ron')
-rw-r--r--crates/ra_syntax/src/grammar.ron5
1 files changed, 0 insertions, 5 deletions
diff --git a/crates/ra_syntax/src/grammar.ron b/crates/ra_syntax/src/grammar.ron
index 64beb8252..0385183fd 100644
--- a/crates/ra_syntax/src/grammar.ron
+++ b/crates/ra_syntax/src/grammar.ron
@@ -102,7 +102,6 @@ Grammar(
102 tokens: [ 102 tokens: [
103 "ERROR", 103 "ERROR",
104 "IDENT", 104 "IDENT",
105 "RAW_IDENT",
106 "UNDERSCORE", 105 "UNDERSCORE",
107 "WHITESPACE", 106 "WHITESPACE",
108 "INT_NUMBER", 107 "INT_NUMBER",
@@ -117,10 +116,6 @@ Grammar(
117 "COMMENT", 116 "COMMENT",
118 "SHEBANG", 117 "SHEBANG",
119 ], 118 ],
120 ident_tokens: [
121 "IDENT",
122 "RAW_IDENT",
123 ],
124 nodes: [ 119 nodes: [
125 "SOURCE_FILE", 120 "SOURCE_FILE",
126 121