mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
Merge #5143
5143: Fix a typo r=kjeremy a=mbrobbel Co-authored-by: Matthijs Brobbel <m1brobbel@gmail.com>
This commit is contained in:
commit
5c342d2999
1 changed files with 2 additions and 2 deletions
|
@ -268,7 +268,7 @@
|
||||||
"match": "\\b(log|error|warn|info|debug|trace|log_enabled)!"
|
"match": "\\b(log|error|warn|info|debug|trace|log_enabled)!"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"comment": "Invokation of a macro",
|
"comment": "Invocation of a macro",
|
||||||
"match": "\\b([a-zA-Z_][a-zA-Z0-9_]*\\!)\\s*[({\\[]",
|
"match": "\\b([a-zA-Z_][a-zA-Z0-9_]*\\!)\\s*[({\\[]",
|
||||||
"captures": {
|
"captures": {
|
||||||
"1": {
|
"1": {
|
||||||
|
@ -683,4 +683,4 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue