Skip to content

Commit 2e66fae

Browse files
committed
Editor: Code: Add callable to package.json
1 parent a483b55 commit 2e66fae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

editors/code/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -929,6 +929,10 @@
929929
{
930930
"id": "consuming",
931931
"description": "Style for non-Copy lvalues consumed by method/function call"
932+
},
933+
{
934+
"id": "callable",
935+
"description": "Style for variables/parameters that can be used in call expressions"
932936
}
933937
],
934938
"semanticTokenScopes": [

0 commit comments

Comments
 (0)