aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorGrayJack <[email protected]>2020-10-16 13:06:52 +0100
committerGrayJack <[email protected]>2020-10-16 13:06:52 +0100
commit2e66fae1dba3887a738c290ed958e21e9f990059 (patch)
treed658d760566cfc524cc422cc52c9ecbe7a772cf0 /editors/code/package.json
parenta483b5545dad2d36336c1e9a4f5dc991d2c8460b (diff)
Editor: Code: Add callable to package.json
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 4bd3117fc..af845d7bc 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -929,6 +929,10 @@
929 { 929 {
930 "id": "consuming", 930 "id": "consuming",
931 "description": "Style for non-Copy lvalues consumed by method/function call" 931 "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"
932 } 936 }
933 ], 937 ],
934 "semanticTokenScopes": [ 938 "semanticTokenScopes": [