mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 05:38:46 +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",
|
"id": "consuming",
|
||||||
"description": "Style for non-Copy lvalues consumed by method/function call"
|
"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": [
|
"semanticTokenScopes": [
|
||||||
|
|
Loading…
Reference in a new issue