mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-19 01:50:32 +00:00
Add MacroType
syntax
This commit is contained in:
parent
9daba961f2
commit
872bf09381
5 changed files with 37 additions and 4 deletions
|
@ -143,6 +143,7 @@ pub enum SyntaxKind {
|
|||
MACRO_DEF,
|
||||
PAREN_TYPE,
|
||||
TUPLE_TYPE,
|
||||
MACRO_TYPE,
|
||||
NEVER_TYPE,
|
||||
PATH_TYPE,
|
||||
PTR_TYPE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue