mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-25 11:17:13 +00:00
10 lines
160 B
Plaintext
10 lines
160 B
Plaintext
Grammar(
|
|
syntax_kinds: [
|
|
"ERROR",
|
|
"IDENT",
|
|
"UNDERSCORE",
|
|
"WHITESPACE",
|
|
"INT_NUMBER",
|
|
"FLOAT_NUMBER",
|
|
]
|
|
) |