mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2026-01-20 17:15:54 +00:00
Split out macro calls in item position
This commit is contained in:
parent
51ad79eff8
commit
2e379beecb
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "ungrammar"
|
||||
description = "A DSL for describing concrete syntax trees"
|
||||
version = "1.11.0"
|
||||
version = "1.12.0"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/matklad/ungrammar"
|
||||
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
||||
|
||||
@ -90,7 +90,7 @@ Item =
|
||||
| ExternCrate
|
||||
| Fn
|
||||
| Impl
|
||||
| MacroCall
|
||||
| MacroItem
|
||||
| MacroRules
|
||||
| MacroDef
|
||||
| Module
|
||||
@ -101,6 +101,9 @@ Item =
|
||||
| Union
|
||||
| Use
|
||||
|
||||
MacroItem =
|
||||
MacroCall
|
||||
|
||||
MacroRules =
|
||||
Attr* Visibility?
|
||||
'macro_rules' '!' Name
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user