mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Add L_DOLLAR and R_DOLLAR
This commit is contained in:
parent
ac6ab07587
commit
74e846b9ec
2 changed files with 6 additions and 0 deletions
|
@ -118,6 +118,8 @@ Grammar(
|
|||
"LIFETIME",
|
||||
"COMMENT",
|
||||
"SHEBANG",
|
||||
"L_DOLLAR",
|
||||
"R_DOLLAR",
|
||||
],
|
||||
nodes: [
|
||||
"SOURCE_FILE",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue