Skip to content

Commit b072e68

Browse files
committed
More docs
1 parent a5a6973 commit b072e68

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/TOOLS.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,20 @@ cargo tool
1717
```
1818

1919

20-
# Tool: `gen`
20+
## Tool: `gen`
2121

2222
This tool reads a "grammar" from [grammar.ron](../grammar.ron) and
2323
generates the `syntax_kinds.rs` file. You should run this tool if you
2424
add new keywords or syntax elements.
2525

2626

27-
# Tool: 'parse'
27+
## Tool: `parse`
2828

2929
This tool reads rust source code from the standard input, parses it,
3030
and prints the result to stdout.
31+
32+
33+
## Tool: `collect-tests`
34+
35+
This tools collect inline tests from comments in libsyntax2 source code
36+
and places them into `tests/data/inline` directory.

0 commit comments

Comments
 (0)