aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/grammar.ron
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-10-16 19:09:22 +0100
committerAleksey Kladov <[email protected]>2018-10-16 19:17:19 +0100
commit2f4a248f806e8587a21c52e636e6fe68eb9bfdbb (patch)
treea71246cfffb870ec54a7d4e8587991e173a4c0e8 /crates/ra_syntax/src/grammar.ron
parent06ab643b007592a7f76309e3c9cb2e715e211a96 (diff)
rename gen-kinds to gen-syntax
Diffstat (limited to 'crates/ra_syntax/src/grammar.ron')
-rw-r--r--crates/ra_syntax/src/grammar.ron2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/src/grammar.ron b/crates/ra_syntax/src/grammar.ron
index ea8063d3b..0830e02f2 100644
--- a/crates/ra_syntax/src/grammar.ron
+++ b/crates/ra_syntax/src/grammar.ron
@@ -1,5 +1,5 @@
1// Stores definitions which must be used in multiple places 1// Stores definitions which must be used in multiple places
2// See `cargo gen-kinds` (defined in crates/tools/src/main.rs) 2// See `cargo gen-syntax` (defined in crates/tools/src/main.rs)
3Grammar( 3Grammar(
4 single_byte_tokens: [ 4 single_byte_tokens: [
5 [";", "SEMI"], 5 [";", "SEMI"],