mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Editor: Code: Add callable to package.json
This commit is contained in:
parent
a483b5545d
commit
2e66fae1db
@ -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 New Issue
Block a user