mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-16 17:58:16 +00:00
10 lines
479 B
Text
10 lines
479 B
Text
[alias]
|
|
# Automatically generates the ast and syntax kinds files
|
|
gen-syntax = "run --package tools --bin tools -- gen-syntax"
|
|
gen-tests = "run --package tools --bin tools -- gen-tests"
|
|
install-code = "run --package tools --bin tools -- install-code"
|
|
format = "run --package tools --bin tools -- format"
|
|
format-hook = "run --package tools --bin tools -- format-hook"
|
|
|
|
render-test = "run --package ra_cli -- render-test"
|
|
parse = "run --package ra_cli -- parse"
|