mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
Editor: Code: Add callable to package.json
This commit is contained in:
parent
a483b5545d
commit
2e66fae1db
1 changed files with 4 additions and 0 deletions
|
@ -929,6 +929,10 @@
|
|||
{
|
||||
"id": "consuming",
|
||||
"description": "Style for non-Copy lvalues consumed by method/function call"
|
||||
},
|
||||
{
|
||||
"id": "callable",
|
||||
"description": "Style for variables/parameters that can be used in call expressions"
|
||||
}
|
||||
],
|
||||
"semanticTokenScopes": [
|
||||
|
|
Loading…
Reference in a new issue